diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-07-27 15:42:20 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-07-27 15:42:20 +0000 |
commit | a5abd0000b9d23fbeeed6c9d93e45d89dc033b32 (patch) | |
tree | 1276a0617d6a12aa301b51941b33927b01b208c4 /gdb/configure.tgt | |
parent | 7e3dd49eac3a7ecbb7ed9653a56e9f93275456f3 (diff) | |
download | gdb-a5abd0000b9d23fbeeed6c9d93e45d89dc033b32.zip gdb-a5abd0000b9d23fbeeed6c9d93e45d89dc033b32.tar.gz gdb-a5abd0000b9d23fbeeed6c9d93e45d89dc033b32.tar.bz2 |
Doh! configure.tgt was not part of the change.
Diffstat (limited to 'gdb/configure.tgt')
-rw-r--r-- | gdb/configure.tgt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt index 39c2cae..14dedbe 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -114,7 +114,7 @@ ia64-*-linux*) gdb_target=linux ;; ia64*-*-*) gdb_target=ia64 ;; -m32r-*-*) gdb_target=m32r ;; +# OBSOLETE m32r-*-elf*) gdb_target=m32r ;; m68hc11*-*-*|m6811*-*-*) gdb_target=m68hc11 ;; @@ -265,7 +265,6 @@ esac case "${gdb_target}" in d10v) gdb_multi_arch=yes ;; -m32r) gdb_multi_arch=yes ;; fbsd64) gdb_multi_arch=yes ;; m68hc11) gdb_multi_arch=yes ;; mn10300) gdb_multi_arch=yes ;; |