diff options
author | Ned Ludd <solar@gentoo.org> | 2004-06-29 14:05:27 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2004-06-29 14:05:27 +0000 |
commit | 19e40e2ebaaa3e9666cc91a75d468490b499bf49 (patch) | |
tree | b8eb72f094658c03faa106ae45e68b98ee8697d1 /sys-devel/gcc/gcc-3.4.0-r6.ebuild | |
parent | stable on ppc64, bug #54799 (diff) | |
download | historical-19e40e2ebaaa3e9666cc91a75d468490b499bf49.tar.gz historical-19e40e2ebaaa3e9666cc91a75d468490b499bf49.tar.bz2 historical-19e40e2ebaaa3e9666cc91a75d468490b499bf49.zip |
add norelro patch for uclibc
Diffstat (limited to 'sys-devel/gcc/gcc-3.4.0-r6.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-3.4.0-r6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gcc/gcc-3.4.0-r6.ebuild b/sys-devel/gcc/gcc-3.4.0-r6.ebuild index b5baf2af2a85..e642cb4d0eba 100644 --- a/sys-devel/gcc/gcc-3.4.0-r6.ebuild +++ b/sys-devel/gcc/gcc-3.4.0-r6.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.0-r6.ebuild,v 1.13 2004/06/28 22:04:04 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.0-r6.ebuild,v 1.14 2004/06/29 14:05:27 solar Exp $ IUSE="static nls bootstrap java build X multilib gcj f77 objc hardened uclibc n32 n64" @@ -427,7 +427,7 @@ src_unpack() { # adds default pie support (rs6000 too) if DEFAULT_PIE[_SSP] is defined epatch ${WORKDIR}/piepatch/def # disable relro/now - use uclibc && epatch ${FILESDIR}/gcc-3.3.3-norelro.patch + use uclibc && epatch ${FILESDIR}/3.3.3/gcc-3.3.3-norelro.patch fi # non-default SSP support. |