[llvm-branch-commits] [cfe-branch] r103306 - /cfe/branches/Apple/whitney-IB/ClangBNI.mk
Daniel Dunbar
daniel at zuster.org
Fri May 7 15:08:11 PDT 2010
Author: ddunbar
Date: Fri May 7 17:08:11 2010
New Revision: 103306
URL: http://llvm.org/viewvc/llvm-project?rev=103306&view=rev
Log:
Reenable boostrap, now that i386 is happy.
Modified:
cfe/branches/Apple/whitney-IB/ClangBNI.mk
Modified: cfe/branches/Apple/whitney-IB/ClangBNI.mk
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/whitney-IB/ClangBNI.mk?rev=103306&r1=103305&r2=103306&view=diff
==============================================================================
--- cfe/branches/Apple/whitney-IB/ClangBNI.mk (original)
+++ cfe/branches/Apple/whitney-IB/ClangBNI.mk Fri May 7 17:08:11 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
More information about the llvm-branch-commits
mailing list