for cross architecture builds on darwin.
+2005-11-25 Peter O'Gorman <peter@pogma.com>
+
+ * libltdl/config/ltmain.m4sh (link mode): Pass through -isysroot
+ for cross architecture builds on darwin.
+
2005-11-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* libltdl/config/ltmain.m4sh (func_mode_uninstall): In clean
# Tru64 UNIX uses -model [arg] to determine the layout of C++
# classes, name mangling, and exception handling.
# Darwin uses the -arch flag to determine output architecture.
- -model|-arch)
+ -model|-arch|-isysroot)
compile_command="$compile_command $arg"
compiler_flags="$compiler_flags $arg"
finalize_command="$finalize_command $arg"