[llvm-branch-commits] [cfe-branch] r151597 - /cfe/branches/Apple/palisade-IB/ClangBNI.mk

Daniel Dunbar daniel at zuster.org
Mon Feb 27 16:10:15 PST 2012


Author: ddunbar
Date: Mon Feb 27 18:10:14 2012
New Revision: 151597

URL: http://llvm.org/viewvc/llvm-project?rev=151597&view=rev
Log:
build: Spell --with-extra-ld-options correctly.

Modified:
    cfe/branches/Apple/palisade-IB/ClangBNI.mk

Modified: cfe/branches/Apple/palisade-IB/ClangBNI.mk
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/palisade-IB/ClangBNI.mk?rev=151597&r1=151596&r2=151597&view=diff
==============================================================================
--- cfe/branches/Apple/palisade-IB/ClangBNI.mk (original)
+++ cfe/branches/Apple/palisade-IB/ClangBNI.mk Mon Feb 27 18:10:14 2012
@@ -212,7 +212,7 @@
 		  $(Assertions_Configure_Flag) \
 		  $(Optimized_Configure_Flag) \
                   --with-optimize-option="$(Clang_Optimize_Option)" \
-                  --with-extra-ld-option="$(Clang_Linker_Options)" \
+                  --with-extra-ld-options="$(Clang_Linker_Options)" \
 		  --without-llvmgcc --without-llvmgxx \
 		  --disable-bindings \
 		  --disable-doxygen \





More information about the llvm-branch-commits mailing list