diff options
author | Magnus Granberg (Zorry) <zorry@gentoo.org> | 2010-04-25 17:30:32 +0200 |
---|---|---|
committer | Magnus Granberg (Zorry) <zorry@gentoo.org> | 2010-04-25 17:30:32 +0200 |
commit | 27f4b7bc99b8b18421187ce3dd2cccfaf128e55a (patch) | |
tree | 8d4c056740b33b1c604def377ed283e7b1d6a511 /gcc-4.4.3 | |
parent | removed files in gcc 4.5.0 part2 (diff) | |
download | hardened-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
Diffstat (limited to 'gcc-4.4.3')
-rw-r--r-- | gcc-4.4.3/piepatch/10_all_gcc44_configure.patch | 6 |
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 |