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

Nathan Whitehorn nwhitehorn at freebsd.org
Fri Sep 6 20:25:13 UTC 2013


On 09/06/13 15:23, David Chisnall wrote:
> 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
>
>

Thanks! I ran into one other issue with the patch: c++filt continues to
be built, but will be removed by make delete-old, which I guess is not
intentional.
-Nathan


More information about the svn-src-head mailing list