summaryrefslogtreecommitdiff
path: root/cmake/config-ix.cmake
diff options
context:
space:
mode:
authorChris Bieneman <beanz@apple.com>2015-10-09 16:47:43 +0000
committerChris Bieneman <beanz@apple.com>2015-10-09 16:47:43 +0000
commit3ff95ca61979ae59299da8f459a56a3f80275ba7 (patch)
tree5ccc663dd2f565c1e61ea3dfb79ce3fd7ba51c3a /cmake/config-ix.cmake
parente5cea339f72dc92f4c429fdb15e772e36e354793 (diff)
[CMake] [Darwin] [Builtins] Fixing a typo that was keeping the OS X 10.4 builtins library from being built properly.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@249844 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake/config-ix.cmake')
-rw-r--r--cmake/config-ix.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/config-ix.cmake b/cmake/config-ix.cmake
index 883c53fea..5a0e29a68 100644
--- a/cmake/config-ix.cmake
+++ b/cmake/config-ix.cmake
@@ -353,7 +353,7 @@ if(APPLE)
DARWIN_10.4_ARCHS
${toolchain_arches})
message(STATUS "OSX 10.4 supported arches: ${DARWIN_10.4_ARCHS}")
- if(DARWIN_10.4_ARCHES)
+ if(DARWIN_10.4_ARCHS)
list(APPEND BUILTIN_SUPPORTED_OS 10.4)
endif()