summaryrefslogtreecommitdiff
path: root/ppc-amigaos/recipes/patches
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2012-10-13 13:26:17 +0100
committerVincent Sanders <vince@kyllikki.org>2012-10-13 13:26:17 +0100
commitadc6275fc3c88af829cd711de43bbbecf19d8e83 (patch)
tree1cf433cd810507c77bb11400b232b5bf328e4c8d /ppc-amigaos/recipes/patches
parent34d80e4b1d699ad8b45c9c6f473953e8a993db27 (diff)
downloadtoolchains-adc6275fc3c88af829cd711de43bbbecf19d8e83.tar.gz
toolchains-adc6275fc3c88af829cd711de43bbbecf19d8e83.tar.bz2
fix gmp configure script to not break M$ for flex
Diffstat (limited to 'ppc-amigaos/recipes/patches')
-rw-r--r--ppc-amigaos/recipes/patches/gcc/gmp-configure.p11
1 files changed, 11 insertions, 0 deletions
diff --git a/ppc-amigaos/recipes/patches/gcc/gmp-configure.p b/ppc-amigaos/recipes/patches/gcc/gmp-configure.p
new file mode 100644
index 0000000..a8ac807
--- /dev/null
+++ b/ppc-amigaos/recipes/patches/gcc/gmp-configure.p
@@ -0,0 +1,11 @@
+--- gmp/configure.orig 2012-08-17 18:03:57.000000000 +0100
++++ gmp/configure 2012-08-17 18:04:17.000000000 +0100
+@@ -30006,8 +30006,6 @@
+ echo "define(<M4WRAP_SPURIOUS>,<$gmp_cv_m4_m4wrap_spurious>)" >> $gmp_tmpconfigm4
+
+
+-else
+- M4=m4-not-needed
+ fi
+
+ # Only do the GMP_ASM checks if there's a .S or .asm wanting them.