diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2005-04-24 19:20:24 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2005-04-24 19:20:24 +0000 |
commit | 0e82e730f3fee72eaa59af6496080eda99bd547d (patch) | |
tree | fdcba3004d7ef5e8325725e5e65c87b1e10118f0 /profiles | |
parent | Unmask the ip28 and cobalt USE flags (used for cross-compiles) (diff) | |
download | gentoo-2-0e82e730f3fee72eaa59af6496080eda99bd547d.tar.gz gentoo-2-0e82e730f3fee72eaa59af6496080eda99bd547d.tar.bz2 gentoo-2-0e82e730f3fee72eaa59af6496080eda99bd547d.zip |
Added eclipse to the multilib-strict exceptions.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/amd64/2005.0/make.defaults | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/default-linux/amd64/2005.0/make.defaults b/profiles/default-linux/amd64/2005.0/make.defaults index 312b34cded02..98531bc4a4ad 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.12 2005/04/19 16:48:07 herbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/2005.0/make.defaults,v 1.13 2005/04/24 19:20:24 eradicator Exp $ #removed because managers vote requires us to do so #("when we go nptl, we all go nptl") @@ -31,6 +31,7 @@ LIBDIR_x86="lib32" # In case someone wants to help out by setting FEATURES="multilib-strict" MULTILIB_STRICT_DIRS="/lib /usr/lib /usr/kde/*/lib /usr/qt/*/lib /usr/X11R6/lib" MULTILIB_STRICT_DENY="64-bit.*shared object" +MULTILIB_STRICT_EXEMPT="(perl5|gcc|gcc-lib|eclipse-3)" # Hack to tell baselayout to use symlinks for /lib, /usr/lib, and /usr/local/lib SYMLINK_LIB="yes" |