* configure.in (mips*-dec-bsd*): New target; do build linker.
(mips*-*-bsd*): New target; don't build linker.
This commit is contained in:
parent
ee5fca1f12
commit
9ea9e1af48
2 changed files with 11 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue