From a3d84991a8cce76bf461fbca2d700176d9a021bb Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Wed, 30 Jun 2010 22:10:41 +0000 Subject: Runtime: Always build compiler-rt using the Clang we just built, instead of the system CC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107328 91177308-0d34-0410-b5e6-96231b3b80d8 --- runtime/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/Makefile') diff --git a/runtime/Makefile b/runtime/Makefile index e0908e4fc6..0e8b359123 100644 --- a/runtime/Makefile +++ b/runtime/Makefile @@ -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: -- cgit v1.2.3