svn commit: r400755 - head/devel/llvm36/files

Brooks Davis brooks at FreeBSD.org
Wed Nov 4 19:45:21 UTC 2015


Author: brooks
Date: Wed Nov  4 19:45:20 2015
New Revision: 400755
URL: https://svnweb.freebsd.org/changeset/ports/400755

Log:
  Allow build on aarch64.
  
  PR:		204281
  Submitted by:	andrew

Modified:
  head/devel/llvm36/files/patch-utils_llvm-build_llvmbuild_main.py

Modified: head/devel/llvm36/files/patch-utils_llvm-build_llvmbuild_main.py
==============================================================================
--- head/devel/llvm36/files/patch-utils_llvm-build_llvmbuild_main.py	Wed Nov  4 19:36:01 2015	(r400754)
+++ head/devel/llvm36/files/patch-utils_llvm-build_llvmbuild_main.py	Wed Nov  4 19:45:20 2015	(r400755)
@@ -1,11 +1,12 @@
 --- utils/llvm-build/llvmbuild/main.py.orig
 +++ utils/llvm-build/llvmbuild/main.py
-@@ -660,7 +660,17 @@
+@@ -718,7 +718,18 @@
  
      # We handle a few special cases of target names here for historical
      # reasons, as these are the names configure currently comes up with.
 -    native_target_name = { 'x86' : 'X86',
-+    native_target_name = { 'amd64' : 'X86',
++    native_target_name = { 'aarch64' : 'AArch64',
++			   'amd64' : 'X86',
 +			   'arm' : 'ARM',
 +			   'armeb' : 'ARM',
 +			   'armv6' : 'ARM',


More information about the svn-ports-all mailing list