From 138e85322bfe0f788e8c3cc7286ecbcab8bbc0ee Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Fri, 31 Mar 1995 19:41:26 +0000 Subject: [PATCH] * 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. --- configure.in | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.30.2