Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 Sep 2013 15:25:12 -0500
From:      Nathan Whitehorn <nwhitehorn@freebsd.org>
To:        David Chisnall <theraven@FreeBSD.org>
Cc:        svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org
Subject:   Re: svn commit: r255321 - in head: contrib/llvm/tools/clang/lib/Driver gnu/lib gnu/usr.bin/cc share/mk sys/sys tools/build/options
Message-ID:  <522A3A28.4060408@freebsd.org>
In-Reply-To: <05156062-6577-458F-AACF-5EA649092ACA@FreeBSD.org>
References:  <201309062008.r86K836C048843@svn.freebsd.org> <522A36FF.6050209@freebsd.org> <05156062-6577-458F-AACF-5EA649092ACA@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 09/06/13 15:23, David Chisnall wrote:
> On 6 Sep 2013, at 21:11, Nathan Whitehorn <nwhitehorn@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?522A3A28.4060408>