diff options
author | 2008-07-07 01:32:51 +0000 | |
---|---|---|
committer | 2008-07-07 01:32:51 +0000 | |
commit | 29e51045a32151d813366070e063c4a8d721ba85 (patch) | |
tree | f2c05e37ae679fee1e7d1406bda9d0fdf7a3967a /profiles/arch | |
parent | Stable for HPPA (bug #230822). (diff) | |
download | historical-29e51045a32151d813366070e063c4a8d721ba85.tar.gz historical-29e51045a32151d813366070e063c4a8d721ba85.tar.bz2 historical-29e51045a32151d813366070e063c4a8d721ba85.zip |
Tweaking 32UL profile to eliminate dual archs in ACCEPT_KEYWORD
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/powerpc/ppc64/32ul/make.defaults | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/arch/powerpc/ppc64/32ul/make.defaults b/profiles/arch/powerpc/ppc64/32ul/make.defaults index a50a0f8ef1d6..e7f7a29466f1 100644 --- a/profiles/arch/powerpc/ppc64/32ul/make.defaults +++ b/profiles/arch/powerpc/ppc64/32ul/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc64/32ul/make.defaults,v 1.1 2008/04/30 23:34:59 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc64/32ul/make.defaults,v 1.2 2008/07/07 01:32:51 ranger Exp $ # All extra USE/etc should be specified in sub-profiles. # DO NOT POLLUTE USE ON THIS PROFILE. @@ -10,4 +10,5 @@ CHOST="powerpc-unknown-linux-gnu" ABI="ppc" MULTILIB_ABIS="ppc" DEFAULT_ABI="ppc" +ACCEPT_KEYWORDS="${ARCH} -ppc64" |