mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-02 18:58:15 +00:00
Runtime: Always build compiler-rt using the Clang we just built, instead of the
system CC. llvm-svn: 107328
This commit is contained in:
parent
8d65fc86c4
commit
4a58ced750
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user