summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@adacore.com>2014-09-05 12:19:56 -0700
committerJoel Brobecker <brobecker@adacore.com>2014-09-05 12:23:31 -0700
commitf8797b5ad9aa357d80578ce020e95f1c43de7c9a (patch)
treecac1e1321f51998445c8d09c3d47effa3d5e3df6 /configure
parent474ca4f6871d4addb7ce6a177245bce79c89550e (diff)
downloadbinutils-gdb-f8797b5ad9aa357d80578ce020e95f1c43de7c9a.tar.gz
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.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure b/configure
index 26c9886e939..9fc1c88c075 100755
--- a/configure
+++ b/configure
@@ -3369,10 +3369,6 @@ case "${target}" in
;;
*-*-rtems*)
noconfigdirs="$noconfigdirs ${libgcj}"
- # this is not caught below because this stanza matches earlier
- case $target in
- or1k*-*-*) noconfigdirs="$noconfigdirs gdb" ;;
- esac
;;
*-*-tpf*)
noconfigdirs="$noconfigdirs ${libgcj}"
@@ -3607,6 +3603,10 @@ case "${target}" in
;;
*-*-rtems*)
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.
*-*-tpf*)