diff options
author | Stafford Horne <shorne@gmail.com> | 2017-12-09 05:57:25 +0900 |
---|---|---|
committer | Stafford Horne <shorne@gmail.com> | 2017-12-12 23:39:28 +0900 |
commit | 638d913757609367eea219d00296a0a3d45010c2 (patch) | |
tree | 8268bec6594046f9f145f383d7c1697596cf8928 | |
parent | fe49c6f559b67fee381f0c2a6f67c10ca306ca8a (diff) | |
download | fsf-binutils-gdb-638d913757609367eea219d00296a0a3d45010c2.zip fsf-binutils-gdb-638d913757609367eea219d00296a0a3d45010c2.tar.gz fsf-binutils-gdb-638d913757609367eea219d00296a0a3d45010c2.tar.bz2 |
Add gdb for or1k build
* 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
-rw-r--r-- | ChangeLog | 5 | ||||
-rwxr-xr-x | configure | 7 | ||||
-rw-r--r-- | configure.ac | 7 |
3 files changed, 5 insertions, 14 deletions
@@ -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 @@ -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) |