From: Aneesh Kumar K.V Date: Sat, 16 Dec 2000 17:37:44 +0000 (+0000) Subject: * libtool.m4 (OSF/1): Change the way to pass linker flags through X-Git-Tag: release-1-3d~35 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=359bb5c22525d9975c0ae0a7fa829e0a5bb531d6;p=thirdparty%2Flibtool.git * libtool.m4 (OSF/1): Change the way to pass linker flags through compiler on a Tru64 machine. --- diff --git a/ChangeLog b/ChangeLog index 978272253..b87c0c481 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,14 @@ +2000-12-16 Aneesh Kumar K.V + + * libtool.m4 (OSF/1): Change the way to pass linker flags through + compiler on a Tru64 machine. + 2000-12-16 Gary V. Vaughan * 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. diff --git a/libtool.m4 b/libtool.m4 index a32d78621..1c1f0721c 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -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' ;;