diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-01-09 20:42:21 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-01-09 20:42:21 +0000 |
commit | 9e774cdf0e12ec9223dc6782615376975ed3633c (patch) | |
tree | 08aee6687afb87c141b30d413afef9defb90d265 /sys-devel/gcc | |
parent | move ip28/ip32r10k to the one ebuild using them #299985 (diff) | |
download | gentoo-2-9e774cdf0e12ec9223dc6782615376975ed3633c.tar.gz gentoo-2-9e774cdf0e12ec9223dc6782615376975ed3633c.tar.bz2 gentoo-2-9e774cdf0e12ec9223dc6782615376975ed3633c.zip |
move ip28/ip32r10k to the one ebuild using them #299985
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel/gcc')
-rw-r--r-- | sys-devel/gcc/gcc-3.4.6-r2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-devel/gcc/gcc-3.4.6-r2.ebuild b/sys-devel/gcc/gcc-3.4.6-r2.ebuild index 83ff79811f29..a0976b392d21 100644 --- a/sys-devel/gcc/gcc-3.4.6-r2.ebuild +++ b/sys-devel/gcc/gcc-3.4.6-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.6-r2.ebuild,v 1.23 2009/05/03 00:21:52 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.6-r2.ebuild,v 1.24 2010/01/09 20:42:21 vapier Exp $ MAN_VER="" PATCH_VER="1.6" @@ -42,6 +42,7 @@ inherit toolchain eutils DESCRIPTION="The GNU Compiler Collection. Includes C/C++, java compilers, pie+ssp extensions, Haj Ten Brugge runtime bounds checking" KEYWORDS="-* alpha amd64 arm ~ia64 ~mips ppc ppc64 ~s390 sh sparc x86 ~x86-fbsd" +IUSE="ip28 ip32r10k" # we need a proper glibc version for the Scrt1.o provided to the pie-ssp specs # NOTE: we SHOULD be using at least binutils 2.15.90.0.1 everywhere for proper @@ -132,7 +133,7 @@ src_unpack() { # All that said, the abilities of this patch are disabled by default and need # to be enabled by passing -mip28-cache-barrier. Only used to build kernels, # There is the possibility it may be used for very specific userland apps too. - if use ip28 or use ip32r10k; then + if use ip28 || use ip32r10k; then epatch ${FILESDIR}/3.4.2/gcc-3.4.2-mips-ip28_cache_barriers-v4.patch fi ;; |