]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* conig/ltmain.m4sh [darwin]: Accept -arch flag.
authorPeter O'Gorman <peter@pogma.com>
Tue, 21 Jun 2005 14:17:52 +0000 (14:17 +0000)
committerPeter O'Gorman <peter@pogma.com>
Tue, 21 Jun 2005 14:17:52 +0000 (14:17 +0000)
ChangeLog
config/ltmain.m4sh

index 22cdd993e6a581fb04633f59fb26830f8e027582..009be70f5d3a9ffa7d7dbadd5706ffcc46c1b543 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-06-21  Peter O'Gorman  <peter@pogma.com>
+
+       * conig/ltmain.m4sh [darwin]: Accept -arch flag.
+
 2005-06-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * m4/libtool.m4 (_LT_COMPILER_BOILERPLATE, _LT_LINKER_BOILERPLATE):
index e2c01de4199bcc82db8b9bfc6e1b6ba0f203e4cd..92302985383e3f367247a8366f1a67c5973fc88b 100644 (file)
@@ -2627,7 +2627,8 @@ func_mode_link ()
 
       # Tru64 UNIX uses -model [arg] to determine the layout of C++
       # classes, name mangling, and exception handling.
-      -model)
+      # Darwin uses the -arch flag to determine output architecture.
+      -model|-arch)
        compile_command="$compile_command $arg"
        compiler_flags="$compiler_flags $arg"
        finalize_command="$finalize_command $arg"