diff options
author | Friedrich Oslage <bluebird@gentoo.org> | 2008-12-26 11:09:45 +0000 |
---|---|---|
committer | Friedrich Oslage <bluebird@gentoo.org> | 2008-12-26 11:09:45 +0000 |
commit | 62af12dba9d949f716886844f1510c5e12bf1d46 (patch) | |
tree | c2a740b8a403131bc801e12c5952756f75861ec0 /profiles/features/multilib | |
parent | Fixed encoding in ChangeLog (diff) | |
download | gentoo-2-62af12dba9d949f716886844f1510c5e12bf1d46.tar.gz gentoo-2-62af12dba9d949f716886844f1510c5e12bf1d46.tar.bz2 gentoo-2-62af12dba9d949f716886844f1510c5e12bf1d46.zip |
Add experimental sparc multilib profile
Diffstat (limited to 'profiles/features/multilib')
-rw-r--r-- | profiles/features/multilib/make.defaults | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/profiles/features/multilib/make.defaults b/profiles/features/multilib/make.defaults index 9731cf335afc..29fd4c7164e0 100644 --- a/profiles/features/multilib/make.defaults +++ b/profiles/features/multilib/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/features/multilib/make.defaults,v 1.1 2008/04/01 17:41:09 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/features/multilib/make.defaults,v 1.2 2008/12/26 11:09:45 bluebird Exp $ # This is so we build with multilib from the start STAGE1_USE="multilib nptl nptlonly unicode" @@ -16,7 +16,9 @@ SYMLINK_LIB="yes" # 64-bit LIBDIR LIBDIR_amd64="lib64" LIBDIR_ppc64="lib64" +LIBDIR_sparc64="lib64" # 32-bit LIBDIR LIBDIR_ppc="lib32" LIBDIR_x86="lib32" +LIBDIR_sparc32="lib32" |