diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-03-10 15:24:29 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-03-10 15:24:29 +0000 |
commit | 42e96cb7e9e1f8fafe45d7c227c02f9d95c6c1df (patch) | |
tree | 26fc8319137947f1dd7337804b233cedc53fcb2d /profiles/default-linux/amd64/2006.0 | |
parent | setting KERNEL_ABI for consistency (diff) | |
download | gentoo-2-42e96cb7e9e1f8fafe45d7c227c02f9d95c6c1df.tar.gz gentoo-2-42e96cb7e9e1f8fafe45d7c227c02f9d95c6c1df.tar.bz2 gentoo-2-42e96cb7e9e1f8fafe45d7c227c02f9d95c6c1df.zip |
don't need KERNEL_ABI set here anymore
Diffstat (limited to 'profiles/default-linux/amd64/2006.0')
-rw-r--r-- | profiles/default-linux/amd64/2006.0/make.defaults | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/profiles/default-linux/amd64/2006.0/make.defaults b/profiles/default-linux/amd64/2006.0/make.defaults index 21422d1d3b23..f41e56e88940 100644 --- a/profiles/default-linux/amd64/2006.0/make.defaults +++ b/profiles/default-linux/amd64/2006.0/make.defaults @@ -1,13 +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.9 2006/03/10 15:23:56 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/2006.0/make.defaults,v 1.10 2006/03/10 15:24:29 blubb Exp $ FEATURES="sandbox autoconfig" MULTILIB_ABIS="x86 amd64" DEFAULT_ABI="amd64" ABI=${DEFAULT_ABI} -KERNEL_ABI="amd64" #CFLAGS_amd64="-m64" #LDFLAGS_amd64="-m elf_x86_64" |