aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rw-r--r--configure.in7
2 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 63a69d0..f13e3fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
+
+ * configure.in: Don't build ld on i386-solaris2, same as for
+ sparc-solaris2.
+
+Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
+
+ * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
+
Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
* configure.in: Configure gdb for alpha.
diff --git a/configure.in b/configure.in
index 92c4ad4..5ef7ebf 100644
--- a/configure.in
+++ b/configure.in
@@ -204,6 +204,12 @@ case "${target}" in
# add the go32 support tools to the list
configdirs=`echo go32 ${configdirs}`
;;
+ i[34]86-*-solaris2*)
+ # The linker does static linking correctly, but the Solaris C library
+ # has bugs such that some important functions won't work when statically
+ # linked. (See man pages for getpwuid, for example.)
+ noconfigdirs="$noconfigdirs ld"
+ ;;
i[34]86-*-sysv4*)
# The SYSV4 C compiler doesn't handle Emacs correctly
case "${CC}" in
@@ -230,6 +236,7 @@ case "${target}" in
use_gnu_ld=no
;;
sparc-*-solaris2*)
+ # See i386-*-solaris2* above.
noconfigdirs="$noconfigdirs ld"
;;
i[34]86-*-sco*)