projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f97bff
)
don't build ld on solaris2
author
David D. Zuhn
<zoo@cygnus>
Tue, 19 Oct 1993 23:04:39 +0000
(23:04 +0000)
committer
David D. Zuhn
<zoo@cygnus>
Tue, 19 Oct 1993 23:04:39 +0000
(23:04 +0000)
ChangeLog
patch
|
blob
|
history
configure.in
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index d3d271c1a3e1cf31ef68e8bf09d6e5b5c825c8f8..def2f793de47a026a7ca14591fde7105d97c8f0c 100644
(file)
--- 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 2d4a4abb35dd47f0c05da0dbc51b8914bba89e61..e206884c3dc2ed28777513c4b63e2500d5f53ee4 100644
(file)
--- 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//'`
;;