libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PATCH support for FSC machines.


From: Robert Boehne
Subject: Re: PATCH support for FSC machines.
Date: Wed, 10 Apr 2002 08:08:26 -0500

Jean:

It looks like the first thing that the patch does
is remove a clause that conditionally sets lt_cv_prog_cc_wl to
'-LD'.  I have some misgivings about doing that without
knowing why that was put there in the first place.
If you know when or where '-LD' is appropriate, can you
set that where it is?  Perhaps this is particular to a
certain version of a certain compiler, if so it should
be set based on that.  Perhaps we'll hear from someone
who knows where it came from...

diff -ru libtool/libtool.m4 libtool-1.4.2.ok/libtool.m4
--- libtool/libtool.m4  Tue Sep 11 05:18:52 2001
+++ libtool/libtool.m4  Tue Mar 19 14:25:49 2002
@@ -952,11 +952,7 @@
     sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
       lt_cv_prog_cc_pic='-KPIC'
       lt_cv_prog_cc_static='-Bstatic'
-      if test "x$host_vendor" = xsni; then
-       lt_cv_prog_cc_wl='-LD'
-      else
-       lt_cv_prog_cc_wl='-Wl,'
-      fi
+      lt_cv_prog_cc_wl='-Wl,'
       ;;
 
     uts4*)

Thanks,

Robert

-- 
Robert Boehne             Software Engineer
Ricardo Software   Chicago Technical Center
TEL: (630)789-0003 x. 238
FAX: (630)789-0127
email:  address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]