diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2005-10-07 21:59:09 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2005-10-07 21:59:09 +0000 |
commit | b49650fa292d6a069fad14a4e7ac7b51c22ac75a (patch) | |
tree | 101de0ccdddf8d95746644771178f1ba8ed67391 /profiles/default-linux | |
parent | Still set ABI, but don't need to export it to the toolchain since it's only u... (diff) | |
download | gentoo-2-b49650fa292d6a069fad14a4e7ac7b51c22ac75a.tar.gz gentoo-2-b49650fa292d6a069fad14a4e7ac7b51c22ac75a.tar.bz2 gentoo-2-b49650fa292d6a069fad14a4e7ac7b51c22ac75a.zip |
Set the ABI to the default.
Diffstat (limited to 'profiles/default-linux')
-rw-r--r-- | profiles/default-linux/sparc/sparc64/2006.0/make.defaults | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/default-linux/sparc/sparc64/2006.0/make.defaults b/profiles/default-linux/sparc/sparc64/2006.0/make.defaults index 3d5ff5d762ce..15db5661e2f5 100644 --- a/profiles/default-linux/sparc/sparc64/2006.0/make.defaults +++ b/profiles/default-linux/sparc/sparc64/2006.0/make.defaults @@ -1,11 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/sparc/sparc64/2006.0/make.defaults,v 1.2 2005/10/05 09:26:47 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/sparc/sparc64/2006.0/make.defaults,v 1.3 2005/10/07 21:59:09 eradicator Exp $ CHOST="sparc-unknown-linux-gnu" MULTILIB_ABIS="sparc32" DEFAULT_ABI="sparc32" +ABI=${DEFAULT_ABI} CFLAGS_sparc32="-m32" LDFLAGS_sparc32="-m elf32_sparc" |