From de75226dc63c5931c17f7545fe608e7aa08b1242 Mon Sep 17 00:00:00 2001 From: Peter O'Gorman Date: Sun, 22 Oct 2006 14:09:58 +0000 Subject: [PATCH] * ltmain.in: Add -F* to flags that are passed to the linker. Reported by SIGOURE Benoit --- ChangeLog | 5 +++++ ltmain.in | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 620e891ad..4f038b116 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-10-22 Peter O'Gorman + + * ltmain.in: Add -F* to flags that are passed to the linker. + Reported by SIGOURE Benoit + 2006-10-19 Peter O'Gorman * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Improve multilib diff --git a/ltmain.in b/ltmain.in index c8ab23239..55792543e 100644 --- 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. -- 2.47.2