Gitweb links:
...log
http://git.netsurf-browser.org/toolchains.git/shortlog/771caf281312d5f476dd5c81b3a0cd440215057d
...commit
http://git.netsurf-browser.org/toolchains.git/commit/771caf281312d5f476dd5c81b3a0cd440215057d
...tree
http://git.netsurf-browser.org/toolchains.git/tree/771caf281312d5f476dd5c81b3a0cd440215057d
The branch, master has been updated
via 771caf281312d5f476dd5c81b3a0cd440215057d (commit)
from 4a7a42cf8b59cefe822e48203420f2624116d96f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/toolchains.git/commitdiff/771caf281312d5f476dd5c81b3a0cd440215057d
commit 771caf281312d5f476dd5c81b3a0cd440215057d
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>
fix gmp insanity race see
http://gmplib.org/list-archives/gmp-bugs/2008-August/001114.html for bug
diff --git a/m68k-atari-mint/Makefile b/m68k-atari-mint/Makefile
index eb0f3c4..2f5dc25 100644
--- a/m68k-atari-mint/Makefile
+++ b/m68k-atari-mint/Makefile
@@ -152,6 +152,7 @@ $(BUILDSTEPS)/srcdir-step3.d: $(BUILDSTEPS)/srcdir-step2.d
$(SOURCESDIR)/$(UPSTR
$(GCC_AUTORECONF) -f $(GCC_SRCDIR)/libmudflap
$(GCC_AUTORECONF) -f $(GCC_SRCDIR)/libssp
$(GCC_AUTORECONF) -f $(GCC_SRCDIR)/libquadmath
+ for p in `ls $(RECIPES)/patches/gcc/*.p` ; do patch -d $(GCC_SRCDIR)
-p0 <$$p ; done
touch $@
$(BUILDSTEPS)/srcdir-step2.d: $(BUILDSTEPS)/srcdir-step1.d
$(SOURCESDIR)/$(UPSTREAM_GMP_TARBALL) $(SOURCESDIR)/$(UPSTREAM_MPFR_TARBALL)
$(SOURCESDIR)/$(UPSTREAM_MPC_TARBALL)
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.
-----------------------------------------------------------------------
Summary of changes:
m68k-atari-mint/Makefile | 1 +
.../recipes/patches/gcc/gmp-configure.p | 11 +++++++++++
2 files changed, 12 insertions(+), 0 deletions(-)
create mode 100644 m68k-atari-mint/recipes/patches/gcc/gmp-configure.p
diff --git a/m68k-atari-mint/Makefile b/m68k-atari-mint/Makefile
index eb0f3c4..2f5dc25 100644
--- a/m68k-atari-mint/Makefile
+++ b/m68k-atari-mint/Makefile
@@ -152,6 +152,7 @@ $(BUILDSTEPS)/srcdir-step3.d: $(BUILDSTEPS)/srcdir-step2.d
$(SOURCESDIR)/$(UPSTR
$(GCC_AUTORECONF) -f $(GCC_SRCDIR)/libmudflap
$(GCC_AUTORECONF) -f $(GCC_SRCDIR)/libssp
$(GCC_AUTORECONF) -f $(GCC_SRCDIR)/libquadmath
+ for p in `ls $(RECIPES)/patches/gcc/*.p` ; do patch -d $(GCC_SRCDIR)
-p0 <$$p ; done
touch $@
$(BUILDSTEPS)/srcdir-step2.d: $(BUILDSTEPS)/srcdir-step1.d
$(SOURCESDIR)/$(UPSTREAM_GMP_TARBALL) $(SOURCESDIR)/$(UPSTREAM_MPFR_TARBALL)
$(SOURCESDIR)/$(UPSTREAM_MPC_TARBALL)
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.
--
Cross-compilation toolchains and environments
_______________________________________________
netsurf-commits mailing list
[email protected]
http://vlists.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org