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

ChangeLog
ltcf-c.sh
ltcf-cxx.sh

index 0d716f623ed8907d1fc309ed7a2b592326f0c2f6..d59a4a8df09007148564289f35e2d18b514f7520 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2000-12-16  Aneesh Kumar K.V  <kvaneesh@hotmail.com>
+
+       * ltcf-c.sh (OSF/1): Change  the way to pass linker flags through
+       compiler on a Tru64 machine.
+       * ltcf-cxx.sh (OSF/1): ditto.
+
 2000-12-16  Gary V. Vaughan  <gvv@techie.com>
 
        * ltcf-c.sh (archive_cmds): And another one.  Use test instead of
index 93e83162a2bc3e6ad14ce504159301bad6d68b57..a34902ad1be0d8b30eb7c63ae2819c2703d0e453 100644 (file)
--- a/ltcf-c.sh
+++ b/ltcf-c.sh
@@ -620,7 +620,7 @@ else
 
     osf3* | osf4* | osf5*)
       # All OSF/1 code is PIC.
-      ac_cv_prog_cc_wl='-Wl,'
+      ac_cv_prog_cc_wl='-WL,'
       ac_cv_prog_cc_static='-non_shared'
       ;;
 
index 79922bfd2c3872d12a9f2ab740a0a345ab90bbca..69f759de73a9a8af541e5730cf5d07b1483f937a 100644 (file)
@@ -707,7 +707,7 @@ else
           ;;
         cxx)
           # Digital/Compaq C++
-          ac_cv_prog_cc_wl='-Wl,'
+          ac_cv_prog_cc_wl='-WL,'
           # Make sure the PIC flag is empty.  It appears that all Alpha
           # Linux and Compaq Tru64 Unix objects are PIC.
           ac_cv_prog_cc_pic=