]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (OSF/1): Change the way to pass linker flags through
authorAneesh Kumar K.V <kvaneesh@hotmail.com>
Sat, 16 Dec 2000 17:37:44 +0000 (17:37 +0000)
committerGary V. Vaughan <gary@gnu.org>
Sat, 16 Dec 2000 17:37:44 +0000 (17:37 +0000)
compiler on a Tru64 machine.

ChangeLog
libtool.m4

index 978272253fd69b02445495ff8a4290a8691ef163..b87c0c4818e7adb4b2e634957d2adf6cbb84d66c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,14 @@
+2000-12-16  Aneesh Kumar K.V  <kvaneesh@hotmail.com>
+
+       * libtool.m4 (OSF/1): Change  the way to pass linker flags through
+       compiler on a Tru64 machine.
+
 2000-12-16  Gary V. Vaughan  <gvv@techie.com>
 
        * libtool.m4 (sys_lib_search_path_spec): Use test instead of
        `['.
        (archive_cmds): And another one.
-       
+
        * libtool.m4 (darwin*): Fixed a pair of stupid typos I made in the
        last patch.
 
index a32d78621012b1f9b0364dc795b885eb55eb7355..1c1f0721cfc60b762ea147a267e52887ce1d951a 100644 (file)
@@ -872,7 +872,7 @@ AC_CACHE_VAL(lt_cv_prog_cc_pic,
 
     osf3* | osf4* | osf5*)
       # All OSF/1 code is PIC.
-      lt_cv_prog_cc_wl='-Wl,'
+      lt_cv_prog_cc_wl='-WL,'
       lt_cv_prog_cc_static='-non_shared'
       ;;