]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/config/libtool.m4sh: Don't pass -msg_* through to the
authorPeter O'Gorman <peter@pogma.com>
Sat, 7 Jul 2007 05:09:10 +0000 (05:09 +0000)
committerPeter O'Gorman <peter@pogma.com>
Sat, 7 Jul 2007 05:09:10 +0000 (05:09 +0000)
linker.
Reported by Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>

ChangeLog
libltdl/config/ltmain.m4sh

index 4fab16879b728f79d1ef1344a8b5330ee7a94070..0000b409f7d7a0d65b724fbc2f4b43778a0b8d4e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-07-06  Peter O'Gorman  <peter@pogma.com
+
+       * libltdl/config/libtool.m4sh: Don't pass -msg_* through to the
+       linker.
+       Reported by Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>
+
 2007-07-04  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>
 
        * libltdl/lt__alloc.c, libltdl/loaders/preopen.c,
index 3903e21c7110e0ff1fc730dad867474e8f47c862..520e84d9d6564d45612c4b9d17479753510f62b6 100644 (file)
@@ -3755,6 +3755,12 @@ func_mode_link ()
        continue
        ;;
 
+      # -msg_* for osf cc 
+      -msg_*)
+       func_quote_for_eval "$arg"
+       arg="$func_quote_for_eval_result"
+       ;;
+
       # -64, -mips[0-9] enable 64-bit mode on the SGI compiler
       # -r[0-9][0-9]* specifies the processor on the SGI compiler
       # -xarch=*, -xtarget=* enable 64-bit mode on the Sun compiler