[llvm-branch-commits] [cfe-branch] r103471 - /cfe/branches/Apple/cremebrulee-IB/ClangBNI.mk
Daniel Dunbar
daniel at zuster.org
Tue May 11 08:00:26 PDT 2010
Author: ddunbar
Date: Tue May 11 10:00:26 2010
New Revision: 103471
URL: http://llvm.org/viewvc/llvm-project?rev=103471&view=rev
Log:
Sync with Whitney IB.
Modified:
cfe/branches/Apple/cremebrulee-IB/ClangBNI.mk
Modified: cfe/branches/Apple/cremebrulee-IB/ClangBNI.mk
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/cremebrulee-IB/ClangBNI.mk?rev=103471&r1=103470&r2=103471&view=diff
==============================================================================
--- cfe/branches/Apple/cremebrulee-IB/ClangBNI.mk (original)
+++ cfe/branches/Apple/cremebrulee-IB/ClangBNI.mk Tue May 11 10:00:26 2010
@@ -85,6 +85,8 @@
# Install root links and license.
Post_Install_RootLinks := 1
Post_Install_OpenSourceLicense := 1
+# Enable bootstrap build.
+Clang_Enable_Bootstrap := 1
endif
@@ -165,6 +167,7 @@
# Set configure flags.
Configure_Flags = --enable-targets=$(LLVM_Backends) \
--enable-optimized \
+ --disable-timestamps \
$(Assertions_Configure_Flag) \
--with-optimize-option="$(Clang_Optimize_Option)" \
--with-extra-options="$(Clang_Extra_Options)" \
More information about the llvm-branch-commits
mailing list