mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 02:24:17 +08:00
Regenerate top-level configure.
Our top-level configure somehow got out of sync the current configure.ac, so this patch regenerates it. ChangeLog: * configure: Regenerate.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2014-09-05 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2014-08-27 Will Newton <will.newton@linaro.org>
|
2014-08-27 Will Newton <will.newton@linaro.org>
|
||||||
|
|
||||||
* src-release.sh: New file.
|
* src-release.sh: New file.
|
||||||
|
8
configure
vendored
8
configure
vendored
@ -3369,10 +3369,6 @@ case "${target}" in
|
|||||||
;;
|
;;
|
||||||
*-*-rtems*)
|
*-*-rtems*)
|
||||||
noconfigdirs="$noconfigdirs ${libgcj}"
|
noconfigdirs="$noconfigdirs ${libgcj}"
|
||||||
# this is not caught below because this stanza matches earlier
|
|
||||||
case $target in
|
|
||||||
or1k*-*-*) noconfigdirs="$noconfigdirs gdb" ;;
|
|
||||||
esac
|
|
||||||
;;
|
;;
|
||||||
*-*-tpf*)
|
*-*-tpf*)
|
||||||
noconfigdirs="$noconfigdirs ${libgcj}"
|
noconfigdirs="$noconfigdirs ${libgcj}"
|
||||||
@ -3607,6 +3603,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*)
|
||||||
|
Reference in New Issue
Block a user