From: Ralf Wildenhues Date: Fri, 25 Aug 2006 15:08:31 +0000 (+0000) Subject: * ltmain.in (link mode): Pass through `--coverage', for GCC. X-Git-Tag: release-1-5-23b~26 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=b142c3e9dba332fcd7bfb2cd1ac299056bb45958;p=thirdparty%2Flibtool.git * ltmain.in (link mode): Pass through `--coverage', for GCC. Report by Rainer Keller . --- diff --git a/ChangeLog b/ChangeLog index 36a102dd9..4546e124a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-08-25 Ralf Wildenhues + + * ltmain.in (link mode): Pass through `--coverage', for GCC. + Report by Rainer Keller . + 2006-08-25 Kurt Roeckx , Aurelien Jarno diff --git a/ltmain.in b/ltmain.in index b76c59ff9..c8ab23239 100644 --- 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.