summaryrefslogtreecommitdiff
path: root/devel/llvm37/files/compiler-rt-patch-tools_compiler-rt_cmake_config-ix.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'devel/llvm37/files/compiler-rt-patch-tools_compiler-rt_cmake_config-ix.cmake')
-rw-r--r--devel/llvm37/files/compiler-rt-patch-tools_compiler-rt_cmake_config-ix.cmake13
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/llvm37/files/compiler-rt-patch-tools_compiler-rt_cmake_config-ix.cmake b/devel/llvm37/files/compiler-rt-patch-tools_compiler-rt_cmake_config-ix.cmake
deleted file mode 100644
index 2e0bc3f38f72..000000000000
--- a/devel/llvm37/files/compiler-rt-patch-tools_compiler-rt_cmake_config-ix.cmake
+++ /dev/null
@@ -1,13 +0,0 @@
---- tools/compiler-rt/cmake/config-ix.cmake.orig 2015-08-20 13:35:01 UTC
-+++ tools/compiler-rt/cmake/config-ix.cmake
-@@ -180,8 +180,8 @@ elseif(NOT APPLE) # Supported archs for
- # FIXME: We build runtimes for both i686 and i386, as "clang -m32" may
- # target different variant than "$CMAKE_C_COMPILER -m32". This part should
- # be gone after we resolve PR14109.
-- test_target_arch(i686 __i686__ "-m32")
-- test_target_arch(i386 __i386__ "-m32")
-+ #test_target_arch(i686 __i686__ "-m32")
-+ #test_target_arch(i386 __i386__ "-m32")
- else()
- if (CMAKE_SIZEOF_VOID_P EQUAL 4)
- test_target_arch(i386 "" "")