diff options
author | Ned Ludd <solar@gentoo.org> | 2007-04-30 20:13:27 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2007-04-30 20:13:27 +0000 |
commit | 7061566d7ee542b97176f5523cc8b21a242ec13f (patch) | |
tree | 2d771c9c72cb623c4d6ae666b3d948d9ea71722b /sys-devel/gcc/gcc-3.4.6-r2.ebuild | |
parent | Use newer patch set. (diff) | |
download | gentoo-2-7061566d7ee542b97176f5523cc8b21a242ec13f.tar.gz gentoo-2-7061566d7ee542b97176f5523cc8b21a242ec13f.tar.bz2 gentoo-2-7061566d7ee542b97176f5523cc8b21a242ec13f.zip |
- mark ia64 pie/ssp as stable in the gcc-3.4.6 ebuild
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'sys-devel/gcc/gcc-3.4.6-r2.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-3.4.6-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/gcc/gcc-3.4.6-r2.ebuild b/sys-devel/gcc/gcc-3.4.6-r2.ebuild index 7985ed292316..1198a80e7396 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-2007 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.15 2007/03/09 22:13:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.6-r2.ebuild,v 1.16 2007/04/30 20:13:27 solar Exp $ MAN_VER="" PATCH_VER="1.4" @@ -19,9 +19,9 @@ GCC_LIBSSP_SUPPORT="true" ETYPE="gcc-compiler" # arch/libc configurations known to be stable with {PIE,SSP}-by-default -SSP_STABLE="x86 sparc amd64 ppc ppc64" +SSP_STABLE="x86 sparc amd64 ppc ppc64 ia64" SSP_UCLIBC_STABLE="arm mips ppc x86" -PIE_GLIBC_STABLE="x86 sparc amd64 ppc ppc64" +PIE_GLIBC_STABLE="x86 sparc amd64 ppc ppc64 ia64" PIE_UCLIBC_STABLE="x86 mips ppc" # arch/libc configurations known to be broken with {PIE,SSP}-by-default |