summaryrefslogtreecommitdiff
path: root/m68k-atari-mint/recipes
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2012-08-17 18:19:21 +0100
committerVincent Sanders <vince@kyllikki.org>2012-08-17 18:19:21 +0100
commit771caf281312d5f476dd5c81b3a0cd440215057d (patch)
treea4c2b97136bf1308d016d0e651c10228624357c4 /m68k-atari-mint/recipes
parent4a7a42cf8b59cefe822e48203420f2624116d96f (diff)
downloadtoolchains-771caf281312d5f476dd5c81b3a0cd440215057d.tar.gz
toolchains-771caf281312d5f476dd5c81b3a0cd440215057d.tar.bz2
fix gmp insanity race see http://gmplib.org/list-archives/gmp-bugs/2008-August/001114.html for bug
Diffstat (limited to 'm68k-atari-mint/recipes')
-rw-r--r--m68k-atari-mint/recipes/patches/gcc/gmp-configure.p11
1 files changed, 11 insertions, 0 deletions
diff --git a/m68k-atari-mint/recipes/patches/gcc/gmp-configure.p b/m68k-atari-mint/recipes/patches/gcc/gmp-configure.p
new file mode 100644
index 0000000..a8ac807
--- /dev/null
+++ b/m68k-atari-mint/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.