summaryrefslogtreecommitdiff
path: root/cmake/builtin-config-ix.cmake
diff options
context:
space:
mode:
authorDaniel Sanders <daniel.sanders@imgtec.com>2016-07-21 09:52:33 +0000
committerDaniel Sanders <daniel.sanders@imgtec.com>2016-07-21 09:52:33 +0000
commitf71ccc430b89825051201c87a590b41a4dcc80f0 (patch)
tree1b0a1ed0a616ecf29a779656a82242cfd4aa85ed /cmake/builtin-config-ix.cmake
parent437846dba4fe87c163b783bf05ee739ff51cb091 (diff)
Revert r276256 - Attempt to fix clang-cmake-mips after r268977.
It didn't fix the problem on the buildbot. CAN_TARGET_mips64 is still true. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@276258 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake/builtin-config-ix.cmake')
-rw-r--r--cmake/builtin-config-ix.cmake6
1 files changed, 0 insertions, 6 deletions
diff --git a/cmake/builtin-config-ix.cmake b/cmake/builtin-config-ix.cmake
index c4dc1565f..432b1fadb 100644
--- a/cmake/builtin-config-ix.cmake
+++ b/cmake/builtin-config-ix.cmake
@@ -2,12 +2,6 @@ include(BuiltinTests)
# Make all the tests only check the compiler
set(TEST_COMPILE_ONLY On)
-# Temporary fix for Mips buildbots this broke. It's the linker that rejects
-# inappropriate multilibs on this system.
-check_compile_definition("__mips__" "" IS_MIPS_HOST)
-if(IS_MIPS_HOST)
- set(TEST_COMPILE_ONLY OFF)
-endif()
builtin_check_c_compiler_flag(-fPIC COMPILER_RT_HAS_FPIC_FLAG)
builtin_check_c_compiler_flag(-fPIE COMPILER_RT_HAS_FPIE_FLAG)