[v6,5/5] Add gdb for or1k build

Message ID 88149ed8048a13b6b57f006f0fd3063b9a1ec085.1493038197.git.shorne@gmail.com
State New, archived
Headers

Commit Message

Stafford Horne April 24, 2017, 12:52 p.m. UTC
  * ChangeLog:

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

	* configure.ac: remove logic adding gdb to noconfigsdirs for or1k
	* configure: regenerate
---
 configure    | 7 -------
 configure.ac | 7 -------
 2 files changed, 14 deletions(-)
  

Comments

Yao Qi May 2, 2017, 2:38 p.m. UTC | #1
Stafford Horne <shorne@gmail.com> writes:

> 2017-02-12  Stafford Horne  <shorne@gmail.com>
>
> 	* configure.ac: remove logic adding gdb to noconfigsdirs for or1k

s/remove/Remove/
ended with ".".

> 	* configure: regenerate

Likewise.

Patch should be sent to gcc-patches@gcc.gnu.org, where top-level
configure are maintained.  You can post your patch there after all the
rest of patches are approved here.
  

Patch

diff --git a/configure b/configure
index be9dd89..0bf47fa 100755
--- 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)
diff --git a/configure.ac b/configure.ac
index 532c5c2..9d16792 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)