OSDN Git Service

2001-02-13 Jeff Holcomb <jeffh@redhat.com>
authorjeffh <jeffh>
Tue, 13 Feb 2001 22:14:13 +0000 (22:14 +0000)
committerjeffh <jeffh>
Tue, 13 Feb 2001 22:14:13 +0000 (22:14 +0000)
        * configure.in: Use "*-*-solaris2*" so linking works correctly
        on i386-pc-solaris machines.
        * configure: Regenerated.

tk/unix/ChangeLog
tk/unix/configure
tk/unix/configure.in

index edb9344..1181555 100644 (file)
@@ -1,3 +1,9 @@
+2001-02-13  Jeff Holcomb  <jeffh@redhat.com>
+
+       * configure.in: Use "*-*-solaris2*" so linking works correctly
+       on i386-pc-solaris machines.
+       * configure: Regenerated.
+
 Mon Aug 30 12:41:17 1999  Jeffrey A Law  (law@cygnus.com)
 
        * configure.in: Do not force static linking for hpux11 in wide
index b971531..eff419d 100755 (executable)
@@ -2261,7 +2261,7 @@ esac
 # gdb linked statically w/ Solaris iff GCC and GNU ld are used,
 # otherwise dynamic
 #
-        sparc-sun-solaris2*)
+        *-*-solaris2*)
            sol_xlibsw=
             if test "x$GCC" = "xyes" ; then
               # This is probably the simplest way to test for GNU ld.
index 73ef142..60d0b30 100755 (executable)
@@ -266,7 +266,7 @@ esac
 # gdb linked statically w/ Solaris iff GCC and GNU ld are used,
 # otherwise dynamic
 #
-        sparc-sun-solaris2*)
+        *-*-solaris2*)
            sol_xlibsw=
             if test "x$GCC" = "xyes" ; then
               # This is probably the simplest way to test for GNU ld.