mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-22 09:04:58 +00:00
* 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
@ -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…
x
Reference in New Issue
Block a user