Add gdb for or1k build
authorStafford Horne <shorne@gmail.com>
Fri, 8 Dec 2017 20:57:25 +0000 (05:57 +0900)
committerStafford Horne <shorne@gmail.com>
Tue, 12 Dec 2017 14:39:28 +0000 (23:39 +0900)
* ChangeLog:

2017-12-12  Stafford Horne  <shorne@gmail.com>

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

Cc: gcc-patches@gcc.gnu.org
ChangeLog
configure
configure.ac

index b5c224ecc90cb17634c77e1f46c7fc1b7a9a90c5..3ffe561890392e302c361fc37377159356236a38 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-09-15  Nick Clifton  <nickc@redhat.com>
 
        * src-release.sh (LZIPPROG): New define.  Provides the name of the
index be9dd89d9bf5355d42f6d40fa74415a2d866f429..0bf47fa8f65296c3fb3ff04e5f442afdef61e52b 100755 (executable)
--- a/configure
+++ b/configure
@@ -3632,10 +3632,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*)
@@ -3841,9 +3837,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 532c5c27f9b9e3c0adc9bbb1eea50164f68bb730..9d16792567fafd9803529e092bcd0c45d3e1b407 100644 (file)
@@ -966,10 +966,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*)
@@ -1175,9 +1171,6 @@ case "${target}" in
   nvptx*-*-*)
     noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc"
     ;;
-  or1k*-*-*)
-    noconfigdirs="$noconfigdirs gdb"
-    ;;
   sh-*-*)
     case "${target}" in
       sh*-*-elf)
This page took 0.037678 seconds and 4 git commands to generate.