Add missing patch file for amd64.
This commit is contained in:
parent
51dcde5ddc
commit
2b0c269208
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395073
1 changed files with 13 additions and 0 deletions
|
@ -0,0 +1,13 @@
|
|||
--- 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 "" "")
|
Loading…
Reference in a new issue