+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):
# 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"