From: Peter O'Gorman Date: Fri, 25 Nov 2005 12:50:54 +0000 (+0000) Subject: * libltdl/config/ltmain.m4sh (link mode): Pass through -isysroot X-Git-Tag: release-2-1b~388 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36e03378702b94acab5d058e9cd6c867312f3edd;p=thirdparty%2Flibtool.git * libltdl/config/ltmain.m4sh (link mode): Pass through -isysroot for cross architecture builds on darwin. --- diff --git a/ChangeLog b/ChangeLog index 1ff7357b0..014181f99 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-11-25 Peter O'Gorman + + * libltdl/config/ltmain.m4sh (link mode): Pass through -isysroot + for cross architecture builds on darwin. + 2005-11-24 Ralf Wildenhues * libltdl/config/ltmain.m4sh (func_mode_uninstall): In clean diff --git a/libltdl/config/ltmain.m4sh b/libltdl/config/ltmain.m4sh index d9d7b35ea..cbeebfcd4 100644 --- a/libltdl/config/ltmain.m4sh +++ b/libltdl/config/ltmain.m4sh @@ -2643,7 +2643,7 @@ func_mode_link () # 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"