mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 12:23:31 +08:00
Fix powerpc64 ld testsuite fail
PR target/19985 * configure.tgt: Don't use var+=.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2016-04-27 Alan Modra <amodra@gmail.com>
|
||||
|
||||
PR target/19985
|
||||
* configure.tgt: Don't use var+=.
|
||||
|
||||
2016-04-25 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
PR target/19985
|
||||
|
@ -626,9 +626,9 @@ powerpc*-*-elf* | powerpc*-*-eabi* | powerpc*-*-sysv* \
|
||||
# PR 19985: Include big endian emulations.
|
||||
for z in targ_extra_emuls targ_extra_libpath targ64_extra_emuls targ64_extra_libpath
|
||||
do
|
||||
eval ${z}+=\" `eval echo \\$${z} | sed -e 's/ppc/lppc/g'`\"
|
||||
eval ${z}=\"\$${z} `eval echo \\$${z} | sed -e 's/ppc/lppc/g'`\"
|
||||
done
|
||||
eval targ_extra_emuls+=\" \$targ_emul\"
|
||||
targ_extra_emuls="$targ_extra_emuls $targ_emul"
|
||||
eval targ_emul=\"`eval echo \\$targ_emul | sed -e 's/ppc/lppc/g'`\"
|
||||
esac ;;
|
||||
powerpc-*-nto*) targ_emul=elf32ppcnto ;;
|
||||
|
Reference in New Issue
Block a user