]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
authorStafford Horne <shorne@gmail.com>
Tue, 12 Dec 2017 14:23:05 +0000 (14:23 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 12 Dec 2017 14:23:05 +0000 (14:23 +0000)
2017-12-12  Stafford Horne  <shorne@gmail.com>

* configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
* configure: Regenerate.

From-SVN: r255581

ChangeLog
configure
configure.ac

index 43ff0e955c85f24dc39afc58414060a0fd0b21f2..275a340f6a8bc85135e41d3aa53d63cc8280a8f1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-12-12  Stafford Horne  <shorne@gmail.com>
+
+       * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
+       * configure: Regenerate.
+
 2017-11-29  Qing Zhao  <qing.zhao@oracle.com>
 
        * MAINTAINERS (Write After Approval): Add myself.
index 1e00f01c3842a6581264c219bd2fee65f40356c9..2d615a99965229a4ea037ed5e79462836cf940f7 100755 (executable)
--- a/configure
+++ b/configure
@@ -3630,10 +3630,6 @@ 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*)
@@ -3839,9 +3835,6 @@ case "${target}" in
   nvptx*-*-*)
     noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc"
     ;;
-  or1k*-*-*)
-    noconfigdirs="$noconfigdirs gdb"
-    ;;
   sh-*-*)
     case "${target}" in
       sh*-*-elf)
index fbf7400c412663dd1cf813f4e837fac859a63eb6..aae94501e48386e80a8276192e9ec8a8b9ec8bb1 100644 (file)
@@ -961,10 +961,6 @@ 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*)
@@ -1170,9 +1166,6 @@ case "${target}" in
   nvptx*-*-*)
     noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc"
     ;;
-  or1k*-*-*)
-    noconfigdirs="$noconfigdirs gdb"
-    ;;
   sh-*-*)
     case "${target}" in
       sh*-*-elf)