svn commit: r241298 - in head: . gnu/usr.bin/cc/cc_int
gnu/usr.bin/cc/include
kerberos5 kerberos5/tools/asn1_compile kerberos5/tools/slc lib/clang/include
share/mk tools/build/make_check usr.sbin/c...
Dimitry Andric
dim at FreeBSD.org
Sat Oct 6 21:39:12 UTC 2012
On 2012-10-06 22:01, Marcel Moolenaar wrote:
> 2. Remove the use of -E. It's not needed in our build because we use ?= for
> the respective variables, which means that we'll take the environment
> value (if any) anyway.
No, this will break builds of 32-bit libraries on amd64, at least when
CC/CXX etc are set in make.conf. I put this in specifically in r227120.
Please revert this particular change, unless you have tested that it
works correctly, with e.g. CC=clang in make.conf.
More information about the svn-src-all
mailing list