]> 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:18:24 +0000 (14:18 +0000)
committerPeter O'Gorman <peter@pogma.com>
Tue, 21 Jun 2005 14:18:24 +0000 (14:18 +0000)
ChangeLog
config/ltmain.m4sh

index d66114976a37e56383af8c1d2a2a272e95a48d63..51a6a276ad1a95e2aa08fc57c420fb5926c064ec 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 ea287b0cd006269ec1d2e01c49983607f7933286..bdfbab8b4cd650c512e80a533482da9250a091f1 100644 (file)
@@ -2657,7 +2657,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"