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