mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-30 14:30:15 +08:00
* libltdl/config/ltmain.m4sh (func_mode_link): Allow GCC
response files through.
This commit is contained in:
parent
36e0337870
commit
d90ab8c89c
@ -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>
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user