]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/config/ltmain.m4sh (link mode): Pass through -isysroot
authorPeter O'Gorman <peter@pogma.com>
Fri, 25 Nov 2005 12:50:54 +0000 (12:50 +0000)
committerPeter O'Gorman <peter@pogma.com>
Fri, 25 Nov 2005 12:50:54 +0000 (12:50 +0000)
for cross architecture builds on darwin.

ChangeLog
libltdl/config/ltmain.m4sh

index 1ff7357b0b64d6f5a615aafbe3a4eb2f3a97f733..014181f99c95f130f2470f3ab3a00f5076113012 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
index d9d7b35eac6d759380f49a01712d09905f9e8006..cbeebfcd4361a44ee0238024329ecf39874912eb 100644 (file)
@@ -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"