aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Granberg (Zorry) <zorry@gentoo.org>2010-04-25 17:30:32 +0200
committerMagnus Granberg (Zorry) <zorry@gentoo.org>2010-04-25 17:30:32 +0200
commit27f4b7bc99b8b18421187ce3dd2cccfaf128e55a (patch)
tree8d4c056740b33b1c604def377ed283e7b1d6a511
parentremoved files in gcc 4.5.0 part2 (diff)
downloadhardened-gccpatchset-27f4b7bc99b8b18421187ce3dd2cccfaf128e55a.tar.gz
hardened-gccpatchset-27f4b7bc99b8b18421187ce3dd2cccfaf128e55a.tar.bz2
hardened-gccpatchset-27f4b7bc99b8b18421187ce3dd2cccfaf128e55a.zip
Updated pipatches to 0.4.1 in gcc 4.4.3 part2
-rw-r--r--gcc-4.4.3/piepatch/10_all_gcc44_configure.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc-4.4.3/piepatch/10_all_gcc44_configure.patch b/gcc-4.4.3/piepatch/10_all_gcc44_configure.patch
index 1cf7bd1..7b04b7e 100644
--- a/gcc-4.4.3/piepatch/10_all_gcc44_configure.patch
+++ b/gcc-4.4.3/piepatch/10_all_gcc44_configure.patch
@@ -31,7 +31,7 @@
+ --enable-esp=all will enable SSP and PIE
+ --enable-esp=nossp will disable SSP
+ --enable-esp=nopie will disable PIE
-+ Linux targets supported i*86, x86_64, ppc*, sparc* and arm*
++ Linux targets supported i*86, x86_64, powerpc, powerpc64, ia64 and arm
--enable-libssp build libssp directory
--disable-ppl-version-check disable check for PPL version
--disable-cloog-version-check disable check for CLooG version
@@ -45,7 +45,7 @@
+ enableval="$enable_esp"
+
+ case $target in
-+ i?86*-*-linux* | x86_64*-*-linux* | ppc*-*-linux* | sparc*-*-linux* | arm*-*-linux*)
++ i?86*-*-linux* | x86_64*-*-linux* | powerpc-*-linux* | powerpc64-*-linux* | arm*-*-linux* | ia64-*-linux*)
+ case ,${enable_esp}, in
+ ,,)
+ enable_esp_set=no ;;
@@ -106,7 +106,7 @@
+ --enable-esp=all will enable SSP and PIE
+ --enable-esp=nossp will disable SSP
+ --enable-esp=nopie will disable PIE
-+ Linux targets supported i*86, x86_64, ppc*, sparc* and arm*
++ Linux targets supported i*86, x86_64, powerpc, powerpc64, ia64 and arm
--enable-maintainer-mode
enable make rules and dependencies not useful
(and sometimes confusing) to the casual installer