aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-01-20 02:35:02 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-01-20 02:35:02 +0000
commit55df49a9974be7e4eceaafb45e55c4dd9e969990 (patch)
tree182892df20c2df368f2c62cd67ae529107a01c55 /lib
parentd4e50d807ea06c5e5f553e79b4be0ccc12055bce (diff)
clang/Darwin: Update for rename of 10.4 static runtime library.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@93970 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Runtime/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Runtime/Makefile b/lib/Runtime/Makefile
index 020188e869..86b2f29c73 100644
--- a/lib/Runtime/Makefile
+++ b/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.