Gitweb links:
...log
http://git.netsurf-browser.org/toolchains.git/shortlog/60318e79966f0e9fc6...
...commit
http://git.netsurf-browser.org/toolchains.git/commit/60318e79966f0e9fc680...
...tree
http://git.netsurf-browser.org/toolchains.git/tree/60318e79966f0e9fc68098...
The branch, master has been updated
via 60318e79966f0e9fc680989d723457a9883d11f7 (commit)
from b08c04413f125689eb98fd5d2baa715b5248e01d (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/commit/?id=60318e79966f0e9f...
commit 60318e79966f0e9fc680989d723457a9883d11f7
Author: Vincent Sanders <vince(a)kyllikki.org>
Commit: Vincent Sanders <vince(a)kyllikki.org>
force arm-unknowm-riscos gmp build to x86_64 otherwise compiling on VM hosts fails
diff --git a/arm-unknown-riscos/recipes/patches/gcc4/gmp-force-build.p
b/arm-unknown-riscos/recipes/patches/gcc4/gmp-force-build.p
new file mode 100644
index 0000000..5b1ec2b
--- /dev/null
+++ b/arm-unknown-riscos/recipes/patches/gcc4/gmp-force-build.p
@@ -0,0 +1,11 @@
+--- Makefile.orig 2014-12-09 22:08:21.680152640 +0000
++++ Makefile 2014-12-10 00:21:11.194955257 +0000
+@@ -163,7 +163,7 @@
+ RONATIVE_CONFIG_ARGS := --host=$(TARGET) --target=$(TARGET) --prefix=$(PREFIX_RONATIVE)
+
+ # Configure arguments GMP:
+-CROSS_GMP_CONFIG_ARGS := --disable-shared --prefix=$(PREFIX_CROSSGCC_LIBS)
++CROSS_GMP_CONFIG_ARGS := --disable-shared --prefix=$(PREFIX_CROSSGCC_LIBS)
--build=x86_64-linux
+ RONATIVE_GMP_CONFIG_ARGS := --disable-shared --host=$(TARGET)
--prefix=$(PREFIX_RONATIVEGCC_LIBS)
+ ifeq "$(GCC_USE_PPL_CLOOG)" "yes"
+ CROSS_GMP_CONFIG_ARGS += --enable-cxx
-----------------------------------------------------------------------
Summary of changes:
arm-unknown-riscos/recipes/patches/gcc4/gmp-force-build.p | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 arm-unknown-riscos/recipes/patches/gcc4/gmp-force-build.p
diff --git a/arm-unknown-riscos/recipes/patches/gcc4/gmp-force-build.p
b/arm-unknown-riscos/recipes/patches/gcc4/gmp-force-build.p
new file mode 100644
index 0000000..5b1ec2b
--- /dev/null
+++ b/arm-unknown-riscos/recipes/patches/gcc4/gmp-force-build.p
@@ -0,0 +1,11 @@
+--- Makefile.orig 2014-12-09 22:08:21.680152640 +0000
++++ Makefile 2014-12-10 00:21:11.194955257 +0000
+@@ -163,7 +163,7 @@
+ RONATIVE_CONFIG_ARGS := --host=$(TARGET) --target=$(TARGET) --prefix=$(PREFIX_RONATIVE)
+
+ # Configure arguments GMP:
+-CROSS_GMP_CONFIG_ARGS := --disable-shared --prefix=$(PREFIX_CROSSGCC_LIBS)
++CROSS_GMP_CONFIG_ARGS := --disable-shared --prefix=$(PREFIX_CROSSGCC_LIBS)
--build=x86_64-linux
+ RONATIVE_GMP_CONFIG_ARGS := --disable-shared --host=$(TARGET)
--prefix=$(PREFIX_RONATIVEGCC_LIBS)
+ ifeq "$(GCC_USE_PPL_CLOOG)" "yes"
+ CROSS_GMP_CONFIG_ARGS += --enable-cxx
--
Cross-compilation toolchains and environments