summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2007-04-30 20:13:27 +0000
committerNed Ludd <solar@gentoo.org>2007-04-30 20:13:27 +0000
commit7061566d7ee542b97176f5523cc8b21a242ec13f (patch)
tree2d771c9c72cb623c4d6ae666b3d948d9ea71722b /sys-devel/gcc
parent Use newer patch set. (diff)
downloadgentoo-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')
-rw-r--r--sys-devel/gcc/ChangeLog5
-rw-r--r--sys-devel/gcc/gcc-3.4.6-r2.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog
index 523cc3485272..4afeacba05f5 100644
--- a/sys-devel/gcc/ChangeLog
+++ b/sys-devel/gcc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/gcc
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.612 2007/03/09 22:13:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.613 2007/04/30 20:13:27 solar Exp $
+
+ 30 Apr 2007; <solar@gentoo.org> gcc-3.4.6-r2.ebuild:
+ - mark ia64 pie/ssp as stable in the gcc-3.4.6 ebuild
09 Mar 2007; Mike Frysinger <vapier@gentoo.org> gcc-3.4.6-r2.ebuild,
gcc-4.1.2.ebuild:
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