This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[RFA] patch to allow tk to build on i386-pc-solaris


A patch so that tk/unix will link properly on an i386-pc-solaris2.5 
system.  Ok to check in?

2001-02-13  Jeff Holcomb  <jeffh@redhat.com>
 
        * configure.in: Use "*-*-solaris2*" so linking works correctly
        on i386-pc-solaris machines.
        * configure: Regenerated.

Index: configure.in
===================================================================
RCS file: /cvs/src/src/tk/unix/configure.in,v
retrieving revision 1.2
diff -u -p -r1.2 configure.in
--- configure.in        2000/12/14 00:23:47     1.2
+++ configure.in        2001/02/13 21:27:47
@@ -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.
Index: configure
===================================================================
RCS file: /cvs/src/src/tk/unix/configure,v
retrieving revision 1.2
diff -u -p -r1.2 configure
--- configure   2000/12/14 00:23:47     1.2
+++ configure   2001/02/13 21:27:47
@@ -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.


--
Jeff Holcomb
jeffh@redhat.com
GDB Engineering
Red Hat, Inc.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]