diff options
author | Bill Cox <bill@cygnus> | 1994-05-21 17:24:22 +0000 |
---|---|---|
committer | Bill Cox <bill@cygnus> | 1994-05-21 17:24:22 +0000 |
commit | 90fba5fa0f58e5c439414041a1679166b0eb2efe (patch) | |
tree | d93f8d8689f322c882b156dcb2f422e4697ceb92 /gdb/testsuite/configure.in | |
parent | a193acc0cc7d1100d100cff350195ee9a05472d4 (diff) | |
download | binutils-gdb-90fba5fa0f58e5c439414041a1679166b0eb2efe.tar.gz |
* Revert the previous changes. Please see Rob's directory
/lisa/test/rob/progressive/gdb/testsuite for these fixes.
Diffstat (limited to 'gdb/testsuite/configure.in')
-rw-r--r-- | gdb/testsuite/configure.in | 33 |
1 files changed, 24 insertions, 9 deletions
diff --git a/gdb/testsuite/configure.in b/gdb/testsuite/configure.in index 032c7902804..ab08d3a8d32 100644 --- a/gdb/testsuite/configure.in +++ b/gdb/testsuite/configure.in @@ -26,15 +26,30 @@ target_makefile_frag=config/mt-unix # this section is for all targets case "${target}" in - i386-*-aout) target_makefile_frag=config/mt-i386-aout ;; - *-*-lynx) target_makefile_frag=config/mt-lynx ;; - *-*-vxworks) target_makefile_frag=config/mt-vxworks ;; - m68k-*-*) target_makefile_frag=config/mt-m68k ;; - i960-*-nindy) target_makefile_frag=config/mt-i960-nindy ;; - a29k-*-udi) target_makefile_frag=config/mt-a29k-udi ;; - sparclite-*-*) target_makefile_frag=config/mt-slite ;; - sparc-*-aout) target_makefile_frag=config/mt-sparc-aout ;; - mips-*-ecoff) target_makefile_frag=config/mt-mips-ecoff ;; +i386-*-aout) target_abbrev=aout ; + target_makefile_frag=config/mt-i386-aout ;; +m68*-abug-aout) target_abbrev=abug ; + target_makefile_frag=config/mt-m68k-abug-aout ;; +m68*-abug-coff) target_abbrev=abug ; + target_makefile_frag=config/mt-m68k-abug-coff ;; +m68*-*-abug) target_abbrev=abug ; + target_makefile_frag=config/mt-m68k-abug-aout ;; +m68k-*-coff) target_abbrev=coff ; + target_makefile_frag=config/mt-m68k-coff ;; +m68k-*-aout) target_abbrev=aout ; + target_makefile_frag=config/mt-m68k-aout ;; +i960-*-nindy) target_abbrev=nind ; + target_makefile_frag=config/mt-i960-nindy ;; +m68k-*-vxworks) target_abbrev=vx ; + target_makefile_frag=config/mt-m68k-vx ;; +i960-*-vxworks) target_abbrev=vx ; + target_makefile_frag=config/mt-i960-vx ;; +a29k-*-udi) target_abbrev=udi ; + target_makefile_frag=config/mt-a29k-udi ;; +a29k-isstip-*) target_abbrev=itip ; + target_makefile_frag=config/mt-a29k-isstip ;; +mips-idt-ecoff*) target_abbrev=mips ; + target_makefile_frag=config/mt-mips ;; esac case "${target}" in |