diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-02-02 04:48:32 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-02-02 04:48:32 +0000 |
commit | 92a9a710ad283fbe96c8019e742b6be530306fd7 (patch) | |
tree | 2cc3e70b9bb65fa78f24691ffd8fb8578f4d235f /sim/configure | |
parent | 868bc9869eb847603820705a7f1309ab1178effd (diff) | |
download | gdb-92a9a710ad283fbe96c8019e742b6be530306fd7.tar.gz |
Revert sh64 changes. Accidently committed.
Diffstat (limited to 'sim/configure')
-rwxr-xr-x | sim/configure | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sim/configure b/sim/configure index 9891f0cc331..b8029dd4da4 100755 --- a/sim/configure +++ b/sim/configure @@ -1447,10 +1447,6 @@ case "${target}" in mn10200*-*-*) sim_target=mn10200 ;; - sh64-*-*) - sim_target=sh64 - extra_subdirs="${extra_subdirs} testsuite" - ;; sh*-*-*) sim_target=sh ;; powerpc*-*-eabi* | powerpc*-*-solaris* | powerpc*-*-sysv4* | \ powerpc*-*-elf* | powerpc*-*-linux* | powerpc*-*-netbsd* ) |