From d55a826735387bd220612a7b6972d12185e40e4b Mon Sep 17 00:00:00 2001 From: "J.T. Conklin" Date: Sat, 9 Sep 1995 00:15:47 +0000 Subject: * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*. --- configure.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 0925fd3..94a1b79b 100644 --- a/configure.in +++ b/configure.in @@ -435,6 +435,9 @@ case "${target}" in # a gcc built textutils will cause the linker to hang on 'join' noconfigdirs="$noconfigdirs gas ld binutils gprof textutils" ;; + m68k-*-netbsd*) + noconfigdirs="$noconfigdirs gdb" + ;; m68k-apollo-*) noconfigdirs="$noconfigdirs ld binutils gprof" ;; -- cgit v1.1