* Makefile.in: define empty GDB_NLM_DEPS var.
* configure.in(target_makefile_frag): use config/mt-netware for netware targets. all-gdb only builds all-gcc and all-ld if we're building for a netware target.
This commit is contained in:
parent
b062e55c5f
commit
138e85322b
1 changed files with 2 additions and 0 deletions
|
@ -186,6 +186,8 @@ fi
|
|||
|
||||
case "${target}" in
|
||||
v810*) target_makefile_frag=config/mt-v810 ;;
|
||||
i[345]86-*-netware*) target_makefile_frag=config/mt-netware ;;
|
||||
powerpc-*-netware*) target_makefile_frag=config/mt-netware ;;
|
||||
esac
|
||||
|
||||
gasdir=gas
|
||||
|
|
Loading…
Reference in a new issue