diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-15 17:49:15 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-15 17:49:15 +0000 |
commit | 1be641caee9c23b05a6955d9f412c933f643bde5 (patch) | |
tree | 99f35760ee116628302d511e50e80685d7895e4a /profiles | |
parent | Use pregenerated images instead of running dia from the ebuild (bug #104910). (diff) | |
download | gentoo-2-1be641caee9c23b05a6955d9f412c933f643bde5.tar.gz gentoo-2-1be641caee9c23b05a6955d9f412c933f643bde5.tar.bz2 gentoo-2-1be641caee9c23b05a6955d9f412c933f643bde5.zip |
Add /usr/lib/debug to MULTILIB_STRICT_EXEMPT to allow the new splitdebug feature to work on amd64 with multilib-strict enabled.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/amd64/2005.0/make.defaults | 4 | ||||
-rw-r--r-- | profiles/default-linux/amd64/2005.1/make.defaults | 4 | ||||
-rw-r--r-- | profiles/default-linux/amd64/2006.0/make.defaults | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/profiles/default-linux/amd64/2005.0/make.defaults b/profiles/default-linux/amd64/2005.0/make.defaults index 708ee8477671..b44619b88b69 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.16 2005/08/25 21:58:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/2005.0/make.defaults,v 1.17 2005/12/15 17:49:15 flameeyes Exp $ #removed because managers vote requires us to do so #("when we go nptl, we all go nptl") @@ -31,7 +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)" +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" diff --git a/profiles/default-linux/amd64/2005.1/make.defaults b/profiles/default-linux/amd64/2005.1/make.defaults index 12f7ac23ef2f..ff4cc4a0bcf8 100644 --- a/profiles/default-linux/amd64/2005.1/make.defaults +++ b/profiles/default-linux/amd64/2005.1/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.1/make.defaults,v 1.2 2005/08/25 21:58:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/2005.1/make.defaults,v 1.3 2005/12/15 17:49:15 flameeyes Exp $ #removed because managers vote requires us to do so #("when we go nptl, we all go nptl") @@ -31,7 +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)" +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" diff --git a/profiles/default-linux/amd64/2006.0/make.defaults b/profiles/default-linux/amd64/2006.0/make.defaults index 7998759b562f..f5ee29b53173 100644 --- a/profiles/default-linux/amd64/2006.0/make.defaults +++ b/profiles/default-linux/amd64/2006.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/2006.0/make.defaults,v 1.2 2005/10/07 21:58:16 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/2006.0/make.defaults,v 1.3 2005/12/15 17:49:15 flameeyes 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" |