From b142c3e9dba332fcd7bfb2cd1ac299056bb45958 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Fri, 25 Aug 2006 15:08:31 +0000 Subject: [PATCH] * ltmain.in (link mode): Pass through `--coverage', for GCC. Report by Rainer Keller . --- ChangeLog | 5 +++++ ltmain.in | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) 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. -- 2.47.3