diff options
Diffstat (limited to 'sys-libs/glibc/glibc-2.4-r4.ebuild')
-rw-r--r-- | sys-libs/glibc/glibc-2.4-r4.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.4-r4.ebuild b/sys-libs/glibc/glibc-2.4-r4.ebuild index f0d969e8fe0f..eadd231a1d1d 100644 --- a/sys-libs/glibc/glibc-2.4-r4.ebuild +++ b/sys-libs/glibc/glibc-2.4-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.4-r4.ebuild,v 1.17 2007/06/26 02:55:45 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.4-r4.ebuild,v 1.18 2007/07/01 22:36:43 peper Exp $ # Here's how the cross-compile logic breaks down ... # CTARGET - machine that will target the binaries @@ -1013,7 +1013,8 @@ else fi # we'll handle stripping ourself #46186 -RESTRICT="nostrip multilib-pkg-force" +RESTRICT="nostrip" +EMULTILIB_PKG="true" # General: We need a new-enough binutils for as-needed # arch: we need to make sure our binutils/gcc supports TLS |