summaryrefslogtreecommitdiff
path: root/cmake/builtin-config-ix.cmake
diff options
context:
space:
mode:
authorSterling Augustine <saugustine@google.com>2017-08-01 17:16:05 +0000
committerSterling Augustine <saugustine@google.com>2017-08-01 17:16:05 +0000
commit1a764aafc6f0c5a78c77e5125bc40507db8ed5f7 (patch)
tree482b0da789246fa8967072a7ec225791a627401d /cmake/builtin-config-ix.cmake
parenta0c6823f72d3ac2d9768c1bef21f0c327de5c612 (diff)
Revert rL309634 until upstream buildbots have upgraded libc.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@309704 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake/builtin-config-ix.cmake')
-rw-r--r--cmake/builtin-config-ix.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/builtin-config-ix.cmake b/cmake/builtin-config-ix.cmake
index 23ec500e4..20bc68476 100644
--- a/cmake/builtin-config-ix.cmake
+++ b/cmake/builtin-config-ix.cmake
@@ -40,7 +40,7 @@ if(APPLE)
endif()
set(ALL_BUILTIN_SUPPORTED_ARCH ${X86} ${X86_64} ${ARM32} ${ARM64}
- ${MIPS32} ${MIPS64} ${PPC64} ${WASM32} ${WASM64})
+ ${MIPS32} ${MIPS64} ${WASM32} ${WASM64})
include(CompilerRTUtils)
include(CompilerRTDarwinUtils)