summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-12-29 09:38:06 +0000
committerMike Frysinger <vapier@gentoo.org>2008-12-29 09:38:06 +0000
commit3728fbdb129def70c0fdb5a33418573d60664a66 (patch)
tree0c342531d0cc7949f07020020f5e65e009c42c4f
parentRemove old version. Fix quoting in remaining versions. (diff)
downloadgentoo-2-3728fbdb129def70c0fdb5a33418573d60664a66.tar.gz
gentoo-2-3728fbdb129def70c0fdb5a33418573d60664a66.tar.bz2
gentoo-2-3728fbdb129def70c0fdb5a33418573d60664a66.zip
Drop broken PIE from older version.
(Portage version: 2.2_rc18/cvs/Linux 2.6.28 x86_64)
-rw-r--r--sys-devel/gcc/ChangeLog5
-rw-r--r--sys-devel/gcc/gcc-4.3.2.ebuild14
2 files changed, 5 insertions, 14 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog
index 5efc6f581b69..0bacfdc84ff7 100644
--- a/sys-devel/gcc/ChangeLog
+++ b/sys-devel/gcc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/gcc
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.670 2008/12/29 06:10:08 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.671 2008/12/29 09:38:06 vapier Exp $
+
+ 29 Dec 2008; Mike Frysinger <vapier@gentoo.org> gcc-4.3.2.ebuild:
+ Drop broken PIE from older version.
*gcc-4.3.2-r2 (29 Dec 2008)
diff --git a/sys-devel/gcc/gcc-4.3.2.ebuild b/sys-devel/gcc/gcc-4.3.2.ebuild
index aa4b493643ef..806cc392bf61 100644
--- a/sys-devel/gcc/gcc-4.3.2.ebuild
+++ b/sys-devel/gcc/gcc-4.3.2.ebuild
@@ -1,24 +1,12 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.2.ebuild,v 1.8 2008/12/22 19:09:31 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.2.ebuild,v 1.9 2008/12/29 09:38:06 vapier Exp $
PATCH_VER="1.2"
UCLIBC_VER="1.0"
ETYPE="gcc-compiler"
-# Hardened gcc 4 stuff
-PIE_VER="10.1.2"
-PIE_GCC_VER="4.3.2"
-#SPECS_VER="0.9.0"
-#SPECS_GCC_VER="4.3.2"
-
-# arch/libc configurations known to be stable or untested with {PIE,SSP,FORTIFY}-by-default
-PIE_STABLE="x86 amd64 ~ppc ~ppc64 ~arm ~sparc"
-PIE_UCLIBC_STABLE="x86 arm"
-#SSP_STABLE="amd64 x86 ppc ppc64 ~arm ~sparc"
-#SSP_UCLIBC_STABLE=""
-
# whether we should split out specs files for multiple {PIE,SSP}-by-default
# and vanilla configurations.
SPLIT_SPECS=no #${SPLIT_SPECS-true} hard disable until #106690 is fixed