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

index 61c63d966e1eeec663267b0c4cfbdbd3866a4a70..8b7d723535ec5d33cfce492eaebc70c1f153b722 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-06-21  Peter O'Gorman  <peter@pogma.com>
+
+       * ltmain.in [darwin]: Accept -arch flag.
+
 2005-06-16  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>
 
        * ltmain.in: Add fully-qualified paths to temp_rpath
index 2fcd0053eb7112a027d1694fb790a8ee2f054af8..91225f17f912437ddb29deb545774b8e73c328ef 100644 (file)
--- a/ltmain.in
+++ b/ltmain.in
@@ -1418,7 +1418,7 @@ EOF
        continue
        ;;
 
-      -framework)
+      -framework|-arch)
         prev=darwin_framework
         compiler_flags="$compiler_flags $arg"
        compile_command="$compile_command $arg"