Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Sep 2013 21:23:25 +0100
From:      David Chisnall <theraven@FreeBSD.org>
To:        Nathan Whitehorn <nwhitehorn@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:  <05156062-6577-458F-AACF-5EA649092ACA@FreeBSD.org>
In-Reply-To: <522A36FF.6050209@freebsd.org>
References:  <201309062008.r86K836C048843@svn.freebsd.org> <522A36FF.6050209@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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:
>=20
>> +# The pc98 bootloader requires gcc to build and so we must leave gcc =
enabled
>> +# for pc98 for now.
>> +.if ${__TT} =3D=3D "pc98"
>> +__DEFAULT_NO_OPTIONS+=3DGNUCXX
>> +__DEFAULT_YES_OPTIONS+=3DGCC
>> +.else
>> +__DEFAULT_NO_OPTIONS+=3DGCC GNUCXX
>> +.endif
>>=20
> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?05156062-6577-458F-AACF-5EA649092ACA>