summaryrefslogtreecommitdiff
path: root/binutils/patches/134_gold_no_spu.patch
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/patches/134_gold_no_spu.patch')
-rw-r--r--binutils/patches/134_gold_no_spu.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/binutils/patches/134_gold_no_spu.patch b/binutils/patches/134_gold_no_spu.patch
new file mode 100644
index 0000000..88cfc75
--- /dev/null
+++ b/binutils/patches/134_gold_no_spu.patch
@@ -0,0 +1,13 @@
+Author:
+Description: Description: Don't configure gold for spu target.
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -21929,7 +21929,7 @@
+ srcdiroption="--srcdir=$${topdir}/gold"; \
+ libsrcdir="$$s/gold"; \
+ $(SHELL) $${libsrcdir}/configure \
+- $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \
++ $$(echo $(HOST_CONFIGARGS) |sed 's/,spu//') --build=${build_alias} --host=${host_alias} \
+ --target=${target_alias} $${srcdiroption} \
+ || exit 1
+ @endif gold