Date: Sun, 23 Aug 2015 06:50:00 +0000 (UTC) From: Brooks Davis <brooks@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395073 - head/devel/llvm-devel/files Message-ID: <201508230650.t7N6o0RB055795@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brooks Date: Sun Aug 23 06:49:59 2015 New Revision: 395073 URL: https://svnweb.freebsd.org/changeset/ports/395073 Log: Add missing patch file for amd64. Added: head/devel/llvm-devel/files/compiler-rt-patch-tools_compiler-rt_cmake_config-ix.cmake (contents, props changed) Added: head/devel/llvm-devel/files/compiler-rt-patch-tools_compiler-rt_cmake_config-ix.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/llvm-devel/files/compiler-rt-patch-tools_compiler-rt_cmake_config-ix.cmake Sun Aug 23 06:49:59 2015 (r395073) @@ -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 "" "")
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508230650.t7N6o0RB055795>