]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltmain.in (link mode): Pass through `--coverage', for GCC.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 25 Aug 2006 15:08:31 +0000 (15:08 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 25 Aug 2006 15:08:31 +0000 (15:08 +0000)
Report by Rainer Keller <keller@hlrs.de>.

ChangeLog
ltmain.in

index 36a102dd9544c854299b98c01a49740f3c521716..4546e124a7c34ba4bde8df7fb42dfdca5453480a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-08-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * ltmain.in (link mode): Pass through `--coverage', for GCC.
+       Report by Rainer Keller <keller@hlrs.de>.
+
 2006-08-25  Kurt Roeckx <kurt@roeckx.be>,
            Aurelien Jarno <aurel32@debian.org>
 
index b76c59ff952112d5fb780f3cfef4f3c0f69a1327..c8ab23239deddc61f11ae14ddee60074f40ac778 100644 (file)
--- a/ltmain.in
+++ b/ltmain.in
@@ -1660,10 +1660,10 @@ EOF
       # -m* pass through architecture-specific compiler args for GCC
       # -m*, -t[45]*, -txscale* pass through architecture-specific
       # compiler args for GCC
-      # -pg pass through profiling flag 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*|-pg| \
-      -t[45]*|-txscale*|@*)
+      -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
+      -t[45]*|-txscale*|-pg|--coverage|@*)
 
        # Unknown arguments in both finalize_command and compile_command need
        # to be aesthetically quoted because they are evaled later.