diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2005-10-07 21:58:16 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2005-10-07 21:58:16 +0000 |
commit | 3255d22a79ee9ac2389210089dfe9f1e7e2f09b9 (patch) | |
tree | 7e7c6c3fd445c9eab3f091fb48c322b8fd9cc049 /profiles/default-linux | |
parent | stable amd64 (diff) | |
download | gentoo-2-3255d22a79ee9ac2389210089dfe9f1e7e2f09b9.tar.gz gentoo-2-3255d22a79ee9ac2389210089dfe9f1e7e2f09b9.tar.bz2 gentoo-2-3255d22a79ee9ac2389210089dfe9f1e7e2f09b9.zip |
Still set ABI, but don't need to export it to the toolchain since it's only used by portage.
Diffstat (limited to 'profiles/default-linux')
-rw-r--r-- | profiles/default-linux/amd64/2006.0/make.defaults | 3 | ||||
-rw-r--r-- | profiles/default-linux/amd64/2006.0/packages | 5 |
2 files changed, 4 insertions, 4 deletions
diff --git a/profiles/default-linux/amd64/2006.0/make.defaults b/profiles/default-linux/amd64/2006.0/make.defaults index d014c6ef5122..7998759b562f 100644 --- a/profiles/default-linux/amd64/2006.0/make.defaults +++ b/profiles/default-linux/amd64/2006.0/make.defaults @@ -1,11 +1,12 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/2006.0/make.defaults,v 1.1 2005/10/07 02:22:32 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/2006.0/make.defaults,v 1.2 2005/10/07 21:58:16 eradicator Exp $ FEATURES="sandbox autoconfig" MULTILIB_ABIS="x86 amd64" DEFAULT_ABI="amd64" +ABI=${DEFAULT_ABI} #CFLAGS_amd64="-m64" #LDFLAGS_amd64="-m elf_x86_64" diff --git a/profiles/default-linux/amd64/2006.0/packages b/profiles/default-linux/amd64/2006.0/packages index d3b958e5cc36..581825ca093b 100644 --- a/profiles/default-linux/amd64/2006.0/packages +++ b/profiles/default-linux/amd64/2006.0/packages @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/2006.0/packages,v 1.3 2005/10/07 21:02:43 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/2006.0/packages,v 1.4 2005/10/07 21:58:16 eradicator Exp $ *>=sys-devel/binutils-2.15.90.0.1.1-r4 *>=sys-devel/gcc-3.4.3-r1 @@ -8,8 +8,7 @@ # ${CHOST} over ${ABI} changes went into 2.3.5-r2 *>=sys-libs/glibc-2.3.5-r2 -# TODO: Update this to the version that contains the patch in -# http://bugs.gentoo.org/show_bug.cgi?id=108429 +# Sandbox broken out *>=sys-apps/portage-2.0.51.22 # Make sure toolchain compiler is friendly to multilib based on ${CHOST} |