diff options
author | Tom Gall <tgall@gentoo.org> | 2007-10-13 06:28:11 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2007-10-13 06:28:11 +0000 |
commit | ce615c8d00da424d519cc15930a7004be93b9ff4 (patch) | |
tree | ea4503b98290224d1907599c2bd08150ce578d60 /profiles | |
parent | stable on ppc64 (diff) | |
download | historical-ce615c8d00da424d519cc15930a7004be93b9ff4.tar.gz historical-ce615c8d00da424d519cc15930a7004be93b9ff4.tar.bz2 historical-ce615c8d00da424d519cc15930a7004be93b9ff4.zip |
set ABI to fix paludis
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/ppc/dev/ppc64/2007.1/64bit-userland/make.defaults | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/default-linux/ppc/dev/ppc64/2007.1/64bit-userland/make.defaults b/profiles/default-linux/ppc/dev/ppc64/2007.1/64bit-userland/make.defaults index f9a29a15b188..d2a25b154a65 100644 --- a/profiles/default-linux/ppc/dev/ppc64/2007.1/64bit-userland/make.defaults +++ b/profiles/default-linux/ppc/dev/ppc64/2007.1/64bit-userland/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/dev/ppc64/2007.1/64bit-userland/make.defaults,v 1.1 2007/10/12 06:50:16 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/dev/ppc64/2007.1/64bit-userland/make.defaults,v 1.2 2007/10/13 06:28:11 tgall Exp $ ARCH="ppc64" ACCEPT_KEYWORDS="ppc64" @@ -25,6 +25,7 @@ FEATURES="autoconfig sandbox sfperms -multilib-pkg" MULTILIB_ABIS="ppc64" DEFAULT_ABI="ppc64" +ABI="ppc64" CFLAGS_ppc64="-m64" LDFLAGS_ppc64="-m elf64ppc" |