From: Ken Raeburn Date: Thu, 5 May 1994 05:27:24 +0000 (+0000) Subject: * configure.in (mips*-dec-bsd*): New target; do build linker. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9ea9e1af482fc3487a1698b8258caf4a8bfe9812;p=binutils-gdb.git * configure.in (mips*-dec-bsd*): New target; do build linker. (mips*-*-bsd*): New target; don't build linker. --- diff --git a/ChangeLog b/ChangeLog index 7b896d3766b..a9bfbab24ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com) + + * configure.in (mips*-dec-bsd*): New target; do build linker. + (mips*-*-bsd*): New target; don't build linker. + Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com) * configure.in (i[34]86-*-sco*): Move to be with other i386 diff --git a/configure.in b/configure.in index e43c545f2e3..2a8c7a8128a 100644 --- a/configure.in +++ b/configure.in @@ -242,6 +242,12 @@ case "${target}" in # The GNU linker does not support shared libraries. noconfigdirs="$noconfigdirs ld gprof" ;; + mips*-dec-bsd*) + noconfigdirs="$noconfigdirs gprof" + ;; + mips*-*-bsd*) + noconfigdirs="$noconfigdirs gprof ld" + ;; mips*-*-*) noconfigdirs="$noconfigdirs gprof" ;;