diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 1995-02-15 22:28:51 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 1995-02-15 22:28:51 +0000 |
commit | 9c79b8b5eb90bfb10123e8eb9de9548af24cf33e (patch) | |
tree | ec0c77fafe4fda0735cafda2a9a78d7f012a5437 /gdb/testsuite/configure.in | |
parent | 07dff0109d96c52c6888deadf363374a44b8b920 (diff) | |
download | gdb-9c79b8b5eb90bfb10123e8eb9de9548af24cf33e.zip gdb-9c79b8b5eb90bfb10123e8eb9de9548af24cf33e.tar.gz gdb-9c79b8b5eb90bfb10123e8eb9de9548af24cf33e.tar.bz2 |
* configure.in, gdb.{base,c++,chill}/configure.in: changed so
*-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
Diffstat (limited to 'gdb/testsuite/configure.in')
-rw-r--r-- | gdb/testsuite/configure.in | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/gdb/testsuite/configure.in b/gdb/testsuite/configure.in index 535d38a..1a10cd4 100644 --- a/gdb/testsuite/configure.in +++ b/gdb/testsuite/configure.in @@ -24,16 +24,16 @@ target_makefile_frag=config/mt-unix # this section is for all targets case "${target}" in - i[345]86-*-aout) target_makefile_frag=config/mt-i386-aout ;; - *-*-lynx) target_makefile_frag=config/mt-lynx ;; - *-*-netware) target_makefile_frag=config/mt-netware ;; - *-*-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 ;; + i[345]86-*-aout) target_makefile_frag=config/mt-i386-aout ;; + *-*-lynx) target_makefile_frag=config/mt-lynx ;; + *-*-netware) target_makefile_frag=config/mt-netware ;; + *-*-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 ;; esac case "${target}" in |