[llvm-branch-commits] [cfe-branch] r109622 - /cfe/branches/Apple/williamson-IB/ClangBNI.mk
Daniel Dunbar
daniel at zuster.org
Wed Jul 28 12:26:42 PDT 2010
Author: ddunbar
Date: Wed Jul 28 14:26:42 2010
New Revision: 109622
URL: http://llvm.org/viewvc/llvm-project?rev=109622&view=rev
Log:
Sync with Whitney.
Modified:
cfe/branches/Apple/williamson-IB/ClangBNI.mk
Modified: cfe/branches/Apple/williamson-IB/ClangBNI.mk
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/williamson-IB/ClangBNI.mk?rev=109622&r1=109621&r2=109622&view=diff
==============================================================================
--- cfe/branches/Apple/williamson-IB/ClangBNI.mk (original)
+++ cfe/branches/Apple/williamson-IB/ClangBNI.mk Wed Jul 28 14:26:42 2010
@@ -212,7 +212,9 @@
# Select stage1 compiler to build.
ifeq ($(Clang_Enable_Bootstrap), 1)
-Stage1_Compiler_Arch := $(lastword $(RC_ARCHS))
+# Always use an x86_64 stage1 compiler -- it is the most well tested and so most
+# likely to not be miscompiled by the host compiler.
+Stage1_Compiler_Arch := x86_64
endif
# Select final configure target for clang builds.
More information about the llvm-branch-commits
mailing list