From: Jason Molenda Date: Fri, 31 Mar 1995 19:41:26 +0000 (+0000) Subject: * Makefile.in: define empty GDB_NLM_DEPS var. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=138e85322bfe0f788e8c3cc7286ecbcab8bbc0ee;p=binutils-gdb.git * 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. --- diff --git a/configure.in b/configure.in index 5ee69c3deda..563625bf3f7 100644 --- a/configure.in +++ b/configure.in @@ -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