Regenerate ./configure
2014-11-26 Jan-Benedict Glaw <jbglaw@lug-owl.de> * configure: Regenerate. From-SVN: r218103
This commit is contained in:
parent
1d725bb412
commit
d896cc4d45
2 changed files with 16 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2014-11-26 Jan-benedict Glaw <jbglaw@lug-owl.de>
|
||||||
|
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2014-11-26 Jan-Benedict Glaw <jbglaw@lug-owl.de>
|
2014-11-26 Jan-Benedict Glaw <jbglaw@lug-owl.de>
|
||||||
|
|
||||||
* configure.ac: Merge with Binutils.
|
* configure.ac: Merge with Binutils.
|
||||||
|
|
14
configure
vendored
14
configure
vendored
|
@ -3656,6 +3656,10 @@ case "${target}" in
|
||||||
;;
|
;;
|
||||||
*-*-rtems*)
|
*-*-rtems*)
|
||||||
noconfigdirs="$noconfigdirs target-libgloss"
|
noconfigdirs="$noconfigdirs target-libgloss"
|
||||||
|
# this is not caught below because this stanza matches earlier
|
||||||
|
case $target in
|
||||||
|
or1k*-*-*) noconfigdirs="$noconfigdirs gdb" ;;
|
||||||
|
esac
|
||||||
;;
|
;;
|
||||||
# The tpf target doesn't support gdb yet.
|
# The tpf target doesn't support gdb yet.
|
||||||
*-*-tpf*)
|
*-*-tpf*)
|
||||||
|
@ -3831,7 +3835,7 @@ case "${target}" in
|
||||||
microblaze*)
|
microblaze*)
|
||||||
noconfigdirs="$noconfigdirs gprof"
|
noconfigdirs="$noconfigdirs gprof"
|
||||||
;;
|
;;
|
||||||
mips*-sde-elf* | mips*-mti-elf*)
|
mips*-sde-elf* | mips*-mti-elf* | mips*-img-elf*)
|
||||||
if test x$with_newlib = xyes; then
|
if test x$with_newlib = xyes; then
|
||||||
noconfigdirs="$noconfigdirs gprof"
|
noconfigdirs="$noconfigdirs gprof"
|
||||||
fi
|
fi
|
||||||
|
@ -3854,10 +3858,16 @@ case "${target}" in
|
||||||
mips*-*-*)
|
mips*-*-*)
|
||||||
noconfigdirs="$noconfigdirs gprof"
|
noconfigdirs="$noconfigdirs gprof"
|
||||||
;;
|
;;
|
||||||
|
nds32*-*-*)
|
||||||
|
noconfigdirs="$noconfigdirs gdb"
|
||||||
|
;;
|
||||||
nvptx*-*-*)
|
nvptx*-*-*)
|
||||||
# nvptx is just a compiler
|
# nvptx is just a compiler
|
||||||
noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc"
|
noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc"
|
||||||
;;
|
;;
|
||||||
|
or1k*-*-*)
|
||||||
|
noconfigdirs="$noconfigdirs gdb"
|
||||||
|
;;
|
||||||
sh-*-* | sh64-*-*)
|
sh-*-* | sh64-*-*)
|
||||||
case "${target}" in
|
case "${target}" in
|
||||||
sh*-*-elf)
|
sh*-*-elf)
|
||||||
|
@ -6801,7 +6811,7 @@ case "${target}" in
|
||||||
spu-*-*)
|
spu-*-*)
|
||||||
target_makefile_frag="config/mt-spu"
|
target_makefile_frag="config/mt-spu"
|
||||||
;;
|
;;
|
||||||
mips*-sde-elf* | mips*-mti-elf*)
|
mips*-sde-elf* | mips*-mti-elf* | mips*-img-elf*)
|
||||||
target_makefile_frag="config/mt-sde"
|
target_makefile_frag="config/mt-sde"
|
||||||
;;
|
;;
|
||||||
mipsisa*-*-elfoabi*)
|
mipsisa*-*-elfoabi*)
|
||||||
|
|
Loading…
Add table
Reference in a new issue