]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/config/ltmain.m4sh (func_mode_link): Pass through
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 25 Aug 2006 15:08:14 +0000 (15:08 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 25 Aug 2006 15:08:14 +0000 (15:08 +0000)
`--coverage' and `-pg', for GCC.  Report by Rainer Keller
<keller@hlrs.de> and Tor Lillqvist <tml@iki.fi>.

ChangeLog
libltdl/config/ltmain.m4sh

index 83544d19a14dfb7bd265f9b556a9f6ce7e0a7c99..facbefefa64c2ba97a9820ccd497c829a270d458 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-08-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * libltdl/config/ltmain.m4sh (func_mode_link): Pass through
+       `--coverage' and `-pg', for GCC.  Report by Rainer Keller
+       <keller@hlrs.de> and Tor Lillqvist <tml@iki.fi>.
+
 2006-08-25  Kurt Roeckx <kurt@roeckx.be>,
            Aurelien Jarno <aurel32@debian.org>
 
index c2e4241324005cfc898170c2fae8dce2f3dbbd0e..72e801b429eac32f6955b7dd4f2d98a1a3a21f2b 100644 (file)
@@ -2903,9 +2903,10 @@ func_mode_link ()
       # -q* pass through compiler args for the IBM compiler
       # -m*, -t[45]*, -txscale* pass through architecture-specific
       # compiler args for GCC
+      # -pg, --coverage pass through profiling flag for GCC
       # @file GCC response files
       -64|-mips[[0-9]]|-r[[0-9]][[0-9]]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
-      -t[[45]]*|-txscale*|@*)
+      -t[[45]]*|-txscale*|-pg|--coverage|@*)
         func_quote_for_eval "$arg"
        arg="$func_quote_for_eval_result"
         func_append compile_command " $arg"