diff options
author | Eric Christopher <echristo@apple.com> | 2011-06-22 17:41:40 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2011-06-22 17:41:40 +0000 |
commit | c235d0c635759f80b57de007fbe1d788f99d92ac (patch) | |
tree | e37f25b3791f678faebeaff8b2003aee9f05fda3 /clang/runtime/compiler-rt | |
parent | ec793dde8e34c2f5bff444334ec729ff0b3399eb (diff) | |
download | bcm5719-llvm-c235d0c635759f80b57de007fbe1d788f99d92ac.tar.gz bcm5719-llvm-c235d0c635759f80b57de007fbe1d788f99d92ac.zip |
Build and use libcompiler_rt whenever possible.
Patch by Jean-Daniel Dupas!
llvm-svn: 133624
Diffstat (limited to 'clang/runtime/compiler-rt')
-rw-r--r-- | clang/runtime/compiler-rt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/runtime/compiler-rt/Makefile b/clang/runtime/compiler-rt/Makefile index dcdd4f5ec03..0d770db17c4 100644 --- a/clang/runtime/compiler-rt/Makefile +++ b/clang/runtime/compiler-rt/Makefile @@ -42,7 +42,7 @@ ifeq ($(shell test -d $(COMPILERRT_SRC_ROOT) && echo OK),OK) RuntimeDirs := ifeq ($(OS),Darwin) RuntimeDirs += darwin -RuntimeLibrary.darwin.Configs = eprintf 10.4 ios cc_kext +RuntimeLibrary.darwin.Configs = eprintf 10.4 osx ios cc_kext # On Darwin, fake Clang into using the iOS assembler (since compiler-rt wants to # build ARM bits). |