mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-03-07 15:37:05 +08:00
* conig/ltmain.m4sh [darwin]: Accept -arch flag.
This commit is contained in:
parent
4464ebcb99
commit
88c8c8b448
@ -1,3 +1,7 @@
|
||||
2005-06-21 Peter O'Gorman <peter@pogma.com>
|
||||
|
||||
* conig/ltmain.m4sh [darwin]: Accept -arch flag.
|
||||
|
||||
2005-06-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* m4/libtool.m4 (_LT_COMPILER_BOILERPLATE, _LT_LINKER_BOILERPLATE):
|
||||
|
@ -2657,7 +2657,8 @@ func_mode_link ()
|
||||
|
||||
# Tru64 UNIX uses -model [arg] to determine the layout of C++
|
||||
# classes, name mangling, and exception handling.
|
||||
-model)
|
||||
# Darwin uses the -arch flag to determine output architecture.
|
||||
-model|-arch)
|
||||
compile_command="$compile_command $arg"
|
||||
compiler_flags="$compiler_flags $arg"
|
||||
finalize_command="$finalize_command $arg"
|
||||
|
Loading…
Reference in New Issue
Block a user