From: Peter O'Gorman Date: Sat, 7 Jul 2007 05:09:10 +0000 (+0000) Subject: * libltdl/config/libtool.m4sh: Don't pass -msg_* through to the X-Git-Tag: release-2-1b~101 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=688e0a551cc6ca70c7f1049d679983e6ca7fbbf7;p=thirdparty%2Flibtool.git * libltdl/config/libtool.m4sh: Don't pass -msg_* through to the linker. Reported by Bob Friesenhahn --- diff --git a/ChangeLog b/ChangeLog index 4fab16879..0000b409f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-07-06 Peter O'Gorman + 2007-07-04 Bob Friesenhahn * libltdl/lt__alloc.c, libltdl/loaders/preopen.c, diff --git a/libltdl/config/ltmain.m4sh b/libltdl/config/ltmain.m4sh index 3903e21c7..520e84d9d 100644 --- a/libltdl/config/ltmain.m4sh +++ b/libltdl/config/ltmain.m4sh @@ -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