On 6 Sep 2013, at 21:11, Nathan Whitehorn <nwhiteh...@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

_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to