Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Nov 2015 19:45:20 +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: r400755 - head/devel/llvm36/files
Message-ID:  <201511041945.tA4JjKlD049006@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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',



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511041945.tA4JjKlD049006>