Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Jul 2011 20:07:29 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/libc/stdlib Makefile.inc
Message-ID:  <201107182008.p6IK8H8B085105@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
dim         2011-07-18 20:07:29 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/stdlib      Makefile.inc 
  Log:
  SVN rev 224201 on 2011-07-18 20:07:29Z by dim
  
  Fix building of 32-bit compat libraries on amd64 with clang, and using
  -g, by reverting r219139.  The LLVM PR referenced in that revision was
  fixed in the mean time, and we imported a clang snapshot soon
  afterwards, so the temporary workaround of disabling clang's integrated
  assembler is no longer needed.
  
  In this particular case, using e.g. DEBUG_FLAGS=-g causes clang to
  output certain directives into assembly that our version of GNU as
  chokes on.
  
  Reported by:    dougb
  Approved by:    re (kib)
  
  Revision  Changes    Path
  1.63      +0 -4      src/lib/libc/stdlib/Makefile.inc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107182008.p6IK8H8B085105>