aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'upstream/configure.ac.patch')
-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
+ ;;
+ *)