From: Aneesh Kumar K.V Date: Sat, 16 Dec 2000 17:44:54 +0000 (+0000) Subject: * ltcf-c.sh (OSF/1): Change the way to pass linker flags through X-Git-Tag: multi-language-merge-point~97 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da85afe1c86ef8433bbc7780dacf2304a532b4d1;p=thirdparty%2Flibtool.git * ltcf-c.sh (OSF/1): Change the way to pass linker flags through compiler on a Tru64 machine. * ltcf-cxx.sh (OSF/1): ditto. --- diff --git a/ChangeLog b/ChangeLog index 0d716f623..d59a4a8df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-12-16 Aneesh Kumar K.V + + * 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 * ltcf-c.sh (archive_cmds): And another one. Use test instead of diff --git a/ltcf-c.sh b/ltcf-c.sh index 93e83162a..a34902ad1 100644 --- 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' ;; diff --git a/ltcf-cxx.sh b/ltcf-cxx.sh index 79922bfd2..69f759de7 100644 --- a/ltcf-cxx.sh +++ b/ltcf-cxx.sh @@ -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=