Upload Tizen:Base source
[external/binutils.git] / packaging / 134_gold_no_spu.patch
1 Author: 
2 Description: Description: Don't configure gold for spu target.
3 --- a/Makefile.in
4 +++ b/Makefile.in
5 @@ -21929,7 +21929,7 @@
6         srcdiroption="--srcdir=$${topdir}/gold"; \
7         libsrcdir="$$s/gold"; \
8         $(SHELL) $${libsrcdir}/configure \
9 -         $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \
10 +         $$(echo $(HOST_CONFIGARGS) |sed 's/,spu//') --build=${build_alias} --host=${host_alias} \
11           --target=${target_alias} $${srcdiroption}  \
12           || exit 1
13  @endif gold