diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-08-25 21:58:27 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-08-25 21:58:27 +0000 |
commit | b28e97a020e1ee1e804b00ed43ca9e6bcb54f9a9 (patch) | |
tree | cbb4b950d23cab67b8dcbc4a09d7953e77d3a2df /profiles | |
parent | stable on ia64 (diff) | |
download | gentoo-2-b28e97a020e1ee1e804b00ed43ca9e6bcb54f9a9.tar.gz gentoo-2-b28e97a020e1ee1e804b00ed43ca9e6bcb54f9a9.tar.bz2 gentoo-2-b28e97a020e1ee1e804b00ed43ca9e6bcb54f9a9.zip |
no point in forcing amd64 CFLAGS/LDFLAGS since the native toolchain already does that
Diffstat (limited to 'profiles')
4 files changed, 8 insertions, 8 deletions
diff --git a/profiles/default-linux/amd64/2005.0/make.defaults b/profiles/default-linux/amd64/2005.0/make.defaults index c9649a824f1a..708ee8477671 100644 --- a/profiles/default-linux/amd64/2005.0/make.defaults +++ b/profiles/default-linux/amd64/2005.0/make.defaults @@ -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/2005.0/make.defaults,v 1.15 2005/07/01 21:14:23 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/2005.0/make.defaults,v 1.16 2005/08/25 21:58:27 vapier Exp $ #removed because managers vote requires us to do so #("when we go nptl, we all go nptl") @@ -14,8 +14,8 @@ FEATURES="sandbox autoconfig -multilib-pkg" MULTILIB_ABIS="x86 amd64" DEFAULT_ABI="amd64" -CFLAGS_amd64="-m64" -LDFLAGS_amd64="-m elf_x86_64" +#CFLAGS_amd64="-m64" +#LDFLAGS_amd64="-m elf_x86_64" CHOST_amd64="x86_64-pc-linux-gnu" CDEFINE_amd64="__x86_64__" LIBDIR_amd64="lib64" diff --git a/profiles/default-linux/amd64/2005.0/profile.bashrc b/profiles/default-linux/amd64/2005.0/profile.bashrc index 461812783482..d4766a72c3c8 100644 --- a/profiles/default-linux/amd64/2005.0/profile.bashrc +++ b/profiles/default-linux/amd64/2005.0/profile.bashrc @@ -10,7 +10,7 @@ else export ABI="amd64" fi -export CFLAGS_amd64 +#export CFLAGS_amd64 export CFLAGS_x86 # Make sure they updated to 2005.0 properly diff --git a/profiles/default-linux/amd64/2005.1/make.defaults b/profiles/default-linux/amd64/2005.1/make.defaults index b7423619159e..12f7ac23ef2f 100644 --- a/profiles/default-linux/amd64/2005.1/make.defaults +++ b/profiles/default-linux/amd64/2005.1/make.defaults @@ -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/2005.1/make.defaults,v 1.1 2005/06/04 21:20:09 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/2005.1/make.defaults,v 1.2 2005/08/25 21:58:27 vapier Exp $ #removed because managers vote requires us to do so #("when we go nptl, we all go nptl") @@ -14,8 +14,8 @@ FEATURES="sandbox autoconfig -multilib-pkg" MULTILIB_ABIS="x86 amd64" DEFAULT_ABI="amd64" -CFLAGS_amd64="-m64" -LDFLAGS_amd64="-m elf_x86_64" +#CFLAGS_amd64="-m64" +#LDFLAGS_amd64="-m elf_x86_64" CHOST_amd64="x86_64-pc-linux-gnu" CDEFINE_amd64="__x86_64__" LIBDIR_amd64="lib64" diff --git a/profiles/default-linux/amd64/2005.1/profile.bashrc b/profiles/default-linux/amd64/2005.1/profile.bashrc index 8d814fdaf880..58e289ebaed9 100644 --- a/profiles/default-linux/amd64/2005.1/profile.bashrc +++ b/profiles/default-linux/amd64/2005.1/profile.bashrc @@ -9,7 +9,7 @@ else export ABI="amd64" fi -export CFLAGS_amd64 +#export CFLAGS_amd64 export CFLAGS_x86 # Make sure they updated to 2005.0 properly |