summaryrefslogtreecommitdiff
path: root/binutils/patches/134_gold_no_spu.patch
blob: 88cfc756bdb6df312f2043e7a2049d5eae77e749 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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