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 | b78bd0bd689906edc7ea81bc00cac70e094691ba (patch) | |
tree | 48abc0269625e8d25a85799cb66b96d149eb2c32 /sim/configure.in | |
parent | 255e7dbf2e106ccba748f1d34422d9df7fcc1038 (diff) | |
download | gdb-b78bd0bd689906edc7ea81bc00cac70e094691ba.zip gdb-b78bd0bd689906edc7ea81bc00cac70e094691ba.tar.gz gdb-b78bd0bd689906edc7ea81bc00cac70e094691ba.tar.bz2 |
Revert sh64 changes. Accidently committed.
Diffstat (limited to 'sim/configure.in')
-rw-r--r-- | sim/configure.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sim/configure.in b/sim/configure.in index 52a0138..e48ae36 100644 --- a/sim/configure.in +++ b/sim/configure.in @@ -86,10 +86,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* ) |