]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltmain.in: Add -F* to flags that are passed to the linker.
authorPeter O'Gorman <peter@pogma.com>
Sun, 22 Oct 2006 14:09:58 +0000 (14:09 +0000)
committerPeter O'Gorman <peter@pogma.com>
Sun, 22 Oct 2006 14:09:58 +0000 (14:09 +0000)
Reported by SIGOURE Benoit <sigoure.benoit@lrde.epita.fr>

ChangeLog
ltmain.in

index 620e891ad52b4399f829f58c0142c9450352bc6b..4f038b116fdd3b57918e9bdd49954c713df05254 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-10-22  Peter O'Gorman  <peter@pogma.com>
+
+       * ltmain.in: Add -F* to flags that are passed to the linker.
+       Reported by SIGOURE Benoit <sigoure.benoit@lrde.epita.fr>
+
 2006-10-19  Peter O'Gorman  <peter@pogma.com>
 
        * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Improve multilib
index c8ab23239deddc61f11ae14ddee60074f40ac778..55792543ecf25dc47252471bfb776b9fc720ab2c 100644 (file)
--- a/ltmain.in
+++ b/ltmain.in
@@ -1661,9 +1661,10 @@ EOF
       # -m*, -t[45]*, -txscale* pass through architecture-specific
       # compiler args for GCC
       # -pg, --coverage pass through profiling flag for GCC
+      # -F/path gives path to uninstalled frameworks, gcc on darwin
       # @file GCC response files
       -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
-      -t[45]*|-txscale*|-pg|--coverage|@*)
+      -t[45]*|-txscale*|-pg|--coverage|-F*|@*)
 
        # Unknown arguments in both finalize_command and compile_command need
        # to be aesthetically quoted because they are evaled later.