aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Granberg <zorry@gentoo.org>2011-12-22 21:18:52 +0100
committerMagnus Granberg <zorry@gentoo.org>2011-12-22 21:18:52 +0100
commitfb1940a404ba2fdb87572b754815d39fa14a2c96 (patch)
tree0e606ab4182623b41bc0acc4ee962eab385284b4 /upstream
parentFix bugs 380823 and 393321 part3 (diff)
downloadhardened-gccpatchset-fb1940a404ba2fdb87572b754815d39fa14a2c96.tar.gz
hardened-gccpatchset-fb1940a404ba2fdb87572b754815d39fa14a2c96.tar.bz2
hardened-gccpatchset-fb1940a404ba2fdb87572b754815d39fa14a2c96.zip
update it to 0.4.7 fix 394821
Diffstat (limited to 'upstream')
-rw-r--r--upstream/configure.ac.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/upstream/configure.ac.patch b/upstream/configure.ac.patch
index 396cd0e..b08edcc 100644
--- a/upstream/configure.ac.patch
+++ b/upstream/configure.ac.patch
@@ -19,7 +19,7 @@
+ Linux targets supported x86_64.])],
+[
+ case $target in
-+ x86_64*-*-linux*)
++ i?86*-*-linux* | x86_64*-*-linux* | x86_x32*-*-linux | powerpc-*-linux* | powerpc64-*-linux* | arm*-*-linux* | ia64-*-linux*)
+ enable_espf=yes
+ ;;
+ *)