configure.in: Don't build ld on i386-solaris2, same as for sparc-solaris2.
authorKen Raeburn <raeburn@cygnus>
Wed, 3 Nov 1993 19:10:53 +0000 (19:10 +0000)
committerKen Raeburn <raeburn@cygnus>
Wed, 3 Nov 1993 19:10:53 +0000 (19:10 +0000)
ChangeLog
configure.in

index 63a69d0d81110f462c941b0446f18bddf4c6ef11..f13e3fa2b90ad68a50703bd6bb462640962d2950 100644 (file)
--- 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.
index 92c4ad4bbca623a67bf3a04544be07bf2b8dfd27..5ef7ebf7a5d4c1d73bd2b1f6d79599ead0249ac3 100644 (file)
@@ -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*)
This page took 0.032928 seconds and 4 git commands to generate.