* configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.

This commit is contained in:
J.T. Conklin 1995-09-09 00:15:47 +00:00
parent 8b3797aa18
commit d55a826735
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
* configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
* configure.in: Build ld in mips*-*-bsd* case.

View file

@ -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"
;;