forked from Imagelibrary/binutils-gdb
* configure.in (*-*-netware): Use config/mt-netware.
* config/mt-netware: New file. * config/mt-i386-netware: Removed, separate configs for different netware architectures are no longer needed now that we have --with-headers.
This commit is contained in:
@@ -25,8 +25,8 @@ 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 ;;
|
||||
i[345]86-*-netware) target_makefile_frag=config/mt-i386-netware ;;
|
||||
*-*-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 ;;
|
||||
|
||||
Reference in New Issue
Block a user