]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/config/ltmain.m4sh (func_mode_link): Pass through
authorMike Frysinger <vapier@gentoo.org>
Sun, 28 Jan 2007 14:18:59 +0000 (14:18 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 28 Jan 2007 14:18:59 +0000 (14:18 +0000)
`-p' and `-fprofile-*' for GCC.

ChangeLog
libltdl/config/ltmain.m4sh

index c6c9ff093356ccd0ecd66fe7006ad8be725319a9..6123706705902852dc610c7ce29b5837e0624d85 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-01-28  Mike Frysinger  <vapier@gentoo.org>
+
+       * libltdl/config/ltmain.m4sh (func_mode_link): Pass through
+       `-p' and `-fprofile-*' for GCC.
+
 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * libltdl/libltdl/lt_system.h: Adjust copyright years.
index fa2cd0faa8850267887707cbe57dc2df5c3f6c4a..cb5a971260a3ba57ddd34b019aa234ecf1366e4e 100644 (file)
@@ -2901,10 +2901,10 @@ func_mode_link ()
       # -m*, -t[45]*, -txscale* pass through architecture-specific
       # compiler args for GCC
       # -F/path gives path to uninstalled frameworks, gcc on darwin
-      # -pg, --coverage pass through profiling flag for GCC
+      # -p, -pg, --coverage, -fprofile-* 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*|-pg|--coverage|-F*|@*)
+      -t[[45]]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*)
         func_quote_for_eval "$arg"
        arg="$func_quote_for_eval_result"
         func_append compile_command " $arg"