[PATCH v3 3/3] Add gdb for or1k build
Stafford Horne
shorne@gmail.com
Thu Dec 22 16:14:00 GMT 2016
From: Stefan Wallentowitz <stefan@wallentowitz.de>
* ChangeLog:
* configure.ac: remove logic adding gdb to noconfigsdirs for or1k
* configure: regenerate
---
configure | 7 -------
configure.ac | 7 -------
2 files changed, 14 deletions(-)
diff --git a/configure b/configure
index f6d12b8..d3862d2 100755
--- a/configure
+++ b/configure
@@ -3729,10 +3729,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*)
@@ -3940,9 +3936,6 @@ case "${target}" in
nvptx*-*-*)
noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc"
;;
- or1k*-*-*)
- noconfigdirs="$noconfigdirs gdb"
- ;;
sh-*-* | sh64-*-*)
case "${target}" in
sh*-*-elf)
diff --git a/configure.ac b/configure.ac
index 3ec86c1..a3a914d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1065,10 +1065,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*)
@@ -1276,9 +1272,6 @@ case "${target}" in
nvptx*-*-*)
noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc"
;;
- or1k*-*-*)
- noconfigdirs="$noconfigdirs gdb"
- ;;
sh-*-* | sh64-*-*)
case "${target}" in
sh*-*-elf)
--
2.7.4
More information about the Gdb-patches
mailing list