diff options
| author | Daniel Dunbar <daniel@zuster.org> | 2010-01-20 02:35:02 +0000 |
|---|---|---|
| committer | Daniel Dunbar <daniel@zuster.org> | 2010-01-20 02:35:02 +0000 |
| commit | e2b661c26c1ec51be3a66b768632b779bee8575e (patch) | |
| tree | b706d5ad6f332498ec13ba01cc12cd962ac30ac6 /clang | |
| parent | 857138f6638cce1dca96da395740966eddb91f43 (diff) | |
| download | bcm5719-llvm-e2b661c26c1ec51be3a66b768632b779bee8575e.tar.gz bcm5719-llvm-e2b661c26c1ec51be3a66b768632b779bee8575e.zip | |
clang/Darwin: Update for rename of 10.4 static runtime library.
llvm-svn: 93970
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/lib/Runtime/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Runtime/Makefile b/clang/lib/Runtime/Makefile index 020188e8699..86b2f29c73d 100644 --- a/clang/lib/Runtime/Makefile +++ b/clang/lib/Runtime/Makefile @@ -36,7 +36,7 @@ ifeq ($(shell test -d $(COMPILERRT_SRC_ROOT) && echo OK),OK) RuntimeDirs := ifeq ($(OS),Darwin) RuntimeDirs += darwin -RuntimeLibrary.darwin.Configs = x86_10.4 armv6 +RuntimeLibrary.darwin.Configs = 10.4 armv6 endif # Rule to build the compiler-rt libraries we need. |

