diff options
author | 2005-08-25 21:58:27 +0000 | |
---|---|---|
committer | 2005-08-25 21:58:27 +0000 | |
commit | 89196e19432aaba7c597fbd1cf9f91f31d34e87f (patch) | |
tree | 72da94d8d74782832c60420282cfd1cd58c31930 /profiles/default-linux | |
parent | stable on ia64 (diff) | |
download | historical-89196e19432aaba7c597fbd1cf9f91f31d34e87f.tar.gz historical-89196e19432aaba7c597fbd1cf9f91f31d34e87f.tar.bz2 historical-89196e19432aaba7c597fbd1cf9f91f31d34e87f.zip |
no point in forcing amd64 CFLAGS/LDFLAGS since the native toolchain already does that
Diffstat (limited to 'profiles/default-linux')
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 |