From b7da24943dbe07851c083336f4c352e6e2e41d74 Mon Sep 17 00:00:00 2001 From: Stu Grossman Date: Thu, 18 Aug 1994 06:32:55 +0000 Subject: * Makefile.in (TARGET_FLAGS_TO_PASS): Pass down LD_FOR_TARGET and NLMCONV_FOR_TARGET. (SUBDIRS): Add nlm target. * configure.in (powerpc-*-netware*): Automatically configure nlm subdir. * nlm/Makefile.in: Add {CC NLMCONV LD}_FOR_TARGET. Remove alpha specific stuff. Make things more configurable. * nlm/configure.in: Add powerpc-*-netware* target. Use gdbserve.mt/cpu.c/cpu.h for target stuff. Get rid of tm/xm/nm.h files. * nlm/gdbserve.c: Move Alpha specific stuff into other files. Remove lots of architecture-specific stuff. * nlm/gdbserve.def: Add new imports. * nlm/ppc.c, nlm/ppc.h: New files that contain PowerPC specific code. * nlm/prelude.c: Don't include libhooks.h, get rid of call to register library. * nlm/prelude.o: What was this doing here? --- gdb/configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gdb/configure.in') diff --git a/gdb/configure.in b/gdb/configure.in index c8e7775..e51d2a2 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -300,7 +300,8 @@ ns32k-utek-sysv*) gdb_target=merlin ;; ns32k-utek-*) gdb_target=umax ;; pn-*-*) gdb_target=pn ;; -powerpc-*-netware*) gdb_target=ppc-nw ;; +powerpc-*-netware*) gdb_target=ppc-nw + configdirs="${configdirs} nlm" ;; pyramid-*-*) gdb_target=pyramid ;; -- cgit v1.1