* libltdl/config/ltmain.m4sh (func_mode_link): Allow GCC

response files through.
This commit is contained in:
Ralf Wildenhues 2005-11-25 18:13:53 +00:00
parent 36e0337870
commit d90ab8c89c
2 changed files with 9 additions and 3 deletions

View File

@ -1,7 +1,12 @@
2005-11-25 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* libltdl/config/ltmain.m4sh (func_mode_link): Allow GCC
response files through.
2005-11-25 Peter O'Gorman <peter@pogma.com>
* libltdl/config/ltmain.m4sh (link mode): Pass through -isysroot
for cross architecture builds on darwin.
* libltdl/config/ltmain.m4sh (func_mode_link): Pass through
-isysroot for cross architecture builds on darwin.
2005-11-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>

View File

@ -2825,8 +2825,9 @@ func_mode_link ()
# -q* pass through compiler args for the IBM compiler
# -m*, -t[45]*, -txscale* pass through architecture-specific
# compiler args for GCC
# @file GCC response files
-64|-mips[[0-9]]|-r[[0-9]][[0-9]]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
-t[[45]]*|-txscale*)
-t[[45]]*|-txscale*|@*)
func_quote_for_eval "$arg"
arg="$func_quote_for_eval_result"
compile_command="$compile_command $arg"