Regenerate top-level configure.
authorJoel Brobecker <brobecker@adacore.com>
Fri, 5 Sep 2014 19:19:56 +0000 (12:19 -0700)
committerJoel Brobecker <brobecker@adacore.com>
Fri, 5 Sep 2014 19:23:31 +0000 (12:23 -0700)
Our top-level configure somehow got out of sync the current
configure.ac, so this patch regenerates it.

ChangeLog:

* configure: Regenerate.

ChangeLog
configure

index e9be42bd62d21d13040895eff328bb8484af1b61..e668542414081a6b99c0f7117a91e0f065b48715 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-05  Joel Brobecker  <brobecker@adacore.com>
+
+       * configure: Regenerate.
+
 2014-08-27  Will Newton  <will.newton@linaro.org>
 
        * src-release.sh: New file.
index 26c9886e939eebdfa9056604ba881d8b83961a64..9fc1c88c075d0b5898879a69b9b324e01eecf159 100755 (executable)
--- 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*)
This page took 0.038582 seconds and 4 git commands to generate.