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. _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"