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

ChangeLog
libltdl/config/ltmain.m4sh

index 3979368661341fe89a0a954a836fb8c1ab293c7e..19274410e83c00a7f46ab1d20d8ccd6f1490d6ae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-10-22  Peter O'Gorman  <peter@pogma.com>
+
+       * libltdl/config/ltmain.m4sh: 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>
 
        * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER): Improve
index 380edee926be09c1a62b00f4db6dea776b4145ed..eb90f4d63bf4cbd13b9cdff35bd145ac283765e6 100644 (file)
@@ -2901,10 +2901,11 @@ func_mode_link ()
       # -q* pass through compiler args for the IBM compiler
       # -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
       # @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*|@*)
         func_quote_for_eval "$arg"
        arg="$func_quote_for_eval_result"
         func_append compile_command " $arg"