From 122bed2b7c68477ba128bde62f160d4ab585471a Mon Sep 17 00:00:00 2001 From: Peter O'Gorman Date: Fri, 25 Nov 2005 12:50:23 +0000 Subject: [PATCH] * ltmain.in (link mode): Pass through -isysroot for cross architecture builds on darwin. --- ChangeLog | 5 +++++ ltmain.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 440261d98..f388ee553 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-11-25 Peter O'Gorman + + * ltmain.in (link mode): Pass through -isysroot for cross + architecture builds on darwin. + 2005-11-24 Ralf Wildenhues * ltmain.in (clean mode): Don't remove non-existent libfoo.lai. diff --git a/ltmain.in b/ltmain.in index 0e1a73899..951bcb1f5 100644 --- 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" -- 2.47.3