diff options
author | Ned Ludd <solar@gentoo.org> | 2006-01-09 18:39:13 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2006-01-09 18:39:13 +0000 |
commit | 2a9613faa1d6dda2b0854eb3ca061f6c8f523161 (patch) | |
tree | 4b334559d681a5e0969206db72fdc47ea60946ba /profiles | |
parent | Stable on sparc (diff) | |
download | gentoo-2-2a9613faa1d6dda2b0854eb3ca061f6c8f523161.tar.gz gentoo-2-2a9613faa1d6dda2b0854eb3ca061f6c8f523161.tar.bz2 gentoo-2-2a9613faa1d6dda2b0854eb3ca061f6c8f523161.zip |
- add debug for/from splitdebug feature to MULTILIB_STRICT_EXEMPT=
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/hardened/amd64/multilib/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/hardened/amd64/multilib/make.defaults b/profiles/hardened/amd64/multilib/make.defaults index 18d0cb3caefd..abc467deb899 100644 --- a/profiles/hardened/amd64/multilib/make.defaults +++ b/profiles/hardened/amd64/multilib/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/hardened/amd64/multilib/make.defaults,v 1.1 2005/12/06 12:33:12 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/amd64/multilib/make.defaults,v 1.2 2006/01/09 18:39:13 solar Exp $ FEATURES="sandbox autoconfig" @@ -25,7 +25,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)" +MULTILIB_STRICT_EXEMPT="(perl5|gcc|gcc-lib|eclipse-3|debug)" # Hack to tell baselayout to use symlinks for /lib, /usr/lib, and /usr/local/lib SYMLINK_LIB="yes" |