From: David D. Zuhn Date: Tue, 19 Oct 1993 23:04:39 +0000 (+0000) Subject: don't build ld on solaris2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1f69e88db308ffb375d6cc6a78bd0787efb1dacb;p=binutils-gdb.git don't build ld on solaris2 --- diff --git a/ChangeLog b/ChangeLog index d3d271c1a3e..def2f793de4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/configure.in b/configure.in index 2d4a4abb35d..e206884c3dc 100644 --- a/configure.in +++ b/configure.in @@ -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//'` ;;