[cfe-commits] r107328 - /cfe/trunk/runtime/Makefile
Daniel Dunbar
daniel at zuster.org
Wed Jun 30 15:10:41 PDT 2010
Author: ddunbar
Date: Wed Jun 30 17:10:41 2010
New Revision: 107328
URL: http://llvm.org/viewvc/llvm-project?rev=107328&view=rev
Log:
Runtime: Always build compiler-rt using the Clang we just built, instead of the
system CC.
Modified:
cfe/trunk/runtime/Makefile
Modified: cfe/trunk/runtime/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/runtime/Makefile?rev=107328&r1=107327&r2=107328&view=diff
==============================================================================
--- cfe/trunk/runtime/Makefile (original)
+++ cfe/trunk/runtime/Makefile Wed Jun 30 17:10:41 2010
@@ -50,6 +50,7 @@
$(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:
More information about the cfe-commits
mailing list