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

ChangeLog
ltmain.in

index 440261d987f70162b5514be27a35d816720e27b5..f388ee5538bff9be3b0239cc7a3b7f618f83a35b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-25  Peter O'Gorman  <peter@pogma.com>
+
+       * ltmain.in (link mode): Pass through -isysroot for cross
+       architecture builds on darwin.
+
 2005-11-24  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
 
        * ltmain.in (clean mode): Don't remove non-existent libfoo.lai.
index 0e1a738996e35832edefc3ee3b4a54f38e5ed12d..951bcb1f5105216833981bc5d191dee18620701d 100644 (file)
--- a/ltmain.in
+++ b/ltmain.in
@@ -1424,7 +1424,7 @@ EOF
        continue
        ;;
 
-      -framework|-arch)
+      -framework|-arch|-isysroot)
         prev=darwin_framework
         compiler_flags="$compiler_flags $arg"
        compile_command="$compile_command $arg"