don't build ld on solaris2
This commit is contained in:
parent
1f97bff7ac
commit
1f69e88db3
@ -1,3 +1,8 @@
|
||||
Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
|
||||
|
||||
* configure.in: don't build ld on solaris2 (not a viable option
|
||||
due to bugs in getpwnam & getpwuid)
|
||||
|
||||
Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
|
||||
|
||||
* configure.in: Accept alpha-dec-osf1*, not just -osf1, since
|
||||
|
@ -240,6 +240,9 @@ case "${target}" in
|
||||
sparc-*-sunos4*)
|
||||
use_gnu_ld=no
|
||||
;;
|
||||
sparc-*-solaris2*)
|
||||
configdirs=`echo ${configdirs} | sed -e 's/ld//'`
|
||||
;;
|
||||
i[34]86-*-sco*)
|
||||
configdirs=`echo ${configdirs} | sed -e 's/gprof//'`
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user