diff options
author | 2004-10-26 21:15:48 +0000 | |
---|---|---|
committer | 2004-10-26 21:15:48 +0000 | |
commit | 10b44f6f86794ec8b8e9a3991d43569265393921 (patch) | |
tree | 3c02f7f20eece8d54f40b6ee158bf56dffb5a0cf /sys-devel | |
parent | Initial import, see #62768. (Manifest recommit) (diff) | |
download | gentoo-2-10b44f6f86794ec8b8e9a3991d43569265393921.tar.gz gentoo-2-10b44f6f86794ec8b8e9a3991d43569265393921.tar.bz2 gentoo-2-10b44f6f86794ec8b8e9a3991d43569265393921.zip |
dont install split specs if USE=boundschecking, remove LIBPATH hack
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/gcc-3.4.2-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/gcc/gcc-3.4.2-r3.ebuild b/sys-devel/gcc/gcc-3.4.2-r3.ebuild index f42c939719bd..b255487cf03a 100644 --- a/sys-devel/gcc/gcc-3.4.2-r3.ebuild +++ b/sys-devel/gcc/gcc-3.4.2-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.2-r3.ebuild,v 1.7 2004/10/26 19:44:20 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.2-r3.ebuild,v 1.8 2004/10/26 21:15:48 lv Exp $ inherit eutils flag-o-matic libtool gnuconfig toolchain @@ -209,13 +209,13 @@ src_install() { # to fix compared to this simple mv and symlink). mv ${D}/${PREFIX}/lib/gcc ${D}/${PREFIX}/lib/gcc-lib ln -s gcc-lib ${D}/${PREFIX}/lib/gcc - LIBPATH=${LIBPATH/lib\/gcc/lib\/gcc-lib} + #LIBPATH=${LIBPATH/lib\/gcc/lib\/gcc-lib} dodir /lib /usr/bin dodir /etc/env.d/gcc create_gcc_env_entry - if [ "${SPLIT_SPECS}" == "true" ] ; then + if [ "${SPLIT_SPECS}" == "true" ] && use !boundschecking ; then if use hardened ; then create_gcc_env_entry vanilla else |