svn commit: r255321 - in head: contrib/llvm/tools/clang/lib/Driver gnu/lib gnu/usr.bin/cc share/mk sys/sys tools/build/options

David Chisnall theraven at FreeBSD.org
Fri Sep 6 20:23:34 UTC 2013


On 6 Sep 2013, at 21:11, Nathan Whitehorn <nwhitehorn at freebsd.org> wrote:

> Don't you mean MACHINE here? Otherwise native builds on pc98 will fail
> due to:
> 
>> +# The pc98 bootloader requires gcc to build and so we must leave gcc enabled
>> +# for pc98 for now.
>> +.if ${__TT} == "pc98"
>> +__DEFAULT_NO_OPTIONS+=GNUCXX
>> +__DEFAULT_YES_OPTIONS+=GCC
>> +.else
>> +__DEFAULT_NO_OPTIONS+=GCC GNUCXX
>> +.endif
>> 
> this section, where __TT will be "i386" when built natively on pc98
> systems.
> -Nathan

Yes, I think you're right.  Thank you.  Fixed in 255322.

David



More information about the svn-src-head mailing list