From: J.T. Conklin Date: Sat, 9 Sep 1995 00:15:47 +0000 (+0000) Subject: * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*. X-Git-Tag: gdb-4_18~10904 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d55a826735387bd220612a7b6972d12185e40e4b;p=platform%2Fupstream%2Fbinutils.git * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*. --- diff --git a/ChangeLog b/ChangeLog index c9792a6..c6e5201 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Sep 8 17:11:14 1995 J.T. Conklin + + * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*. + Fri Sep 8 16:46:29 1995 Ian Lance Taylor * configure.in: Build ld in mips*-*-bsd* case. 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" ;;