summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2022-05-28 21:08:21 +0100
committerJohn-Mark Bell <jmb@netsurf-browser.org>2022-05-28 23:40:40 +0100
commitc3bff19a559b50cc88b4d27146222193bc11a2b1 (patch)
tree3a99499207e8879090be9d0428039d99958d227d
parent72cb8bef5540cc97e369c0e5754af35add9e776d (diff)
downloadtoolchains-c3bff19a559b50cc88b4d27146222193bc11a2b1.tar.gz
toolchains-c3bff19a559b50cc88b4d27146222193bc11a2b1.tar.bz2
arm-unknown-riscos: fetch GCC sources as a tarball
-rw-r--r--arm-unknown-riscos/recipes/patches/gcc4/no-scm.p11
1 files changed, 11 insertions, 0 deletions
diff --git a/arm-unknown-riscos/recipes/patches/gcc4/no-scm.p b/arm-unknown-riscos/recipes/patches/gcc4/no-scm.p
new file mode 100644
index 0000000..5e12120
--- /dev/null
+++ b/arm-unknown-riscos/recipes/patches/gcc4/no-scm.p
@@ -0,0 +1,11 @@
+--- gcc4/Makefile (old)
++++ gcc4/Makefile (new)
+@@ -36,7 +36,7 @@
+ AUTOMAKE_FOR_GCC_VERSION=1.11.1
+ LIBTOOL_FOR_GCC_VERSION=2.4.2
+ GCC_VERSION=$(GCCSDK_SUPPORTED_GCC_RELEASE)
+-GCC_USE_SCM=yes
++GCC_USE_SCM=no
+ GCC_SCM_PATH=branches/gcc-4_7-branch
+ NEWLIB_VERSION=1.19.0
+ NEWLIB_USE_SCM=no