diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 1994-07-12 20:12:01 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 1994-07-12 20:12:01 +0000 |
commit | c14cb8ce808824fb7160f9267310c1990bcf1de7 (patch) | |
tree | 2c40befa641d2138565684d91b8c545b7f55043c /gdb/testsuite/configure.in | |
parent | f3c8d0971b3bfb778123e13223d6ca21ab4c5014 (diff) | |
download | gdb-c14cb8ce808824fb7160f9267310c1990bcf1de7.zip gdb-c14cb8ce808824fb7160f9267310c1990bcf1de7.tar.gz gdb-c14cb8ce808824fb7160f9267310c1990bcf1de7.tar.bz2 |
* config/mt-i386-netware: New file.
Diffstat (limited to 'gdb/testsuite/configure.in')
-rw-r--r-- | gdb/testsuite/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/testsuite/configure.in b/gdb/testsuite/configure.in index a554669..b85ceca 100644 --- a/gdb/testsuite/configure.in +++ b/gdb/testsuite/configure.in @@ -25,6 +25,7 @@ target_makefile_frag=config/mt-unix # this section is for all targets case "${target}" in i386-*-aout) target_makefile_frag=config/mt-i386-aout ;; + i386-*-netware) target_makefile_frag=config/mt-i386-netware ;; *-*-lynx) target_makefile_frag=config/mt-lynx ;; *-*-vxworks) target_makefile_frag=config/mt-vxworks ;; m68k-*-*) target_makefile_frag=config/mt-m68k ;; |