Runtime: Always build compiler-rt using the Clang we just built, instead of the

system CC.

llvm-svn: 107328
This commit is contained in:
Daniel Dunbar 2010-06-30 22:10:41 +00:00
parent 8d65fc86c4
commit 4a58ced750

View File

@ -50,6 +50,7 @@ BuildRuntimeLibraries:
$(Verb) $(MAKE) -C $(COMPILERRT_SRC_ROOT) \
ProjSrcRoot=$(COMPILERRT_SRC_ROOT) \
ProjObjRoot=$(PROJ_OBJ_DIR) \
CC="$(ToolDir)/clang -no-integrated-as" \
$(RuntimeDirs:%=clang_%)
.PHONY: BuildRuntimeLibraries
CleanRuntimeLibraries: