Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Sep 2014 14:30:25 +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: r369259 - in head/devel: llvm33/files llvm34/files
Message-ID:  <201409251430.s8PEUPKo003422@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brooks
Date: Thu Sep 25 14:30:24 2014
New Revision: 369259
URL: http://svnweb.freebsd.org/changeset/ports/369259
QAT: https://qat.redports.org/buildarchive/r369259/

Log:
  Add the possiblity of building on powerpc64.
  
  PR:		191996
  Sponsored by:	DARPA/AFRL

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

Modified: head/devel/llvm33/files/patch-utils_llvm-build_llvmbuild_main.py
==============================================================================
--- head/devel/llvm33/files/patch-utils_llvm-build_llvmbuild_main.py	Thu Sep 25 14:26:52 2014	(r369258)
+++ head/devel/llvm33/files/patch-utils_llvm-build_llvmbuild_main.py	Thu Sep 25 14:30:24 2014	(r369259)
@@ -3,7 +3,7 @@ $FreeBSD$
 
 --- utils/llvm-build/llvmbuild/main.py.orig
 +++ utils/llvm-build/llvmbuild/main.py
-@@ -652,7 +652,16 @@
+@@ -660,7 +660,17 @@
  
      # We handle a few special cases of target names here for historical
      # reasons, as these are the names configure currently comes up with.
@@ -16,6 +16,7 @@ $FreeBSD$
 +			   'i386' : 'X86',
 +			   'mips' : 'Mips',
 +			   'powerpc' : 'PowerPC',
++			   'powerpc64' : 'PowerPC',
 +			   'sparc64' : 'Sparc',
 +                           'x86' : 'X86',
                             'x86_64' : 'X86',

Modified: head/devel/llvm34/files/patch-utils_llvm-build_llvmbuild_main.py
==============================================================================
--- head/devel/llvm34/files/patch-utils_llvm-build_llvmbuild_main.py	Thu Sep 25 14:26:52 2014	(r369258)
+++ head/devel/llvm34/files/patch-utils_llvm-build_llvmbuild_main.py	Thu Sep 25 14:30:24 2014	(r369259)
@@ -3,7 +3,7 @@ $FreeBSD$
 
 --- utils/llvm-build/llvmbuild/main.py.orig
 +++ utils/llvm-build/llvmbuild/main.py
-@@ -699,7 +699,16 @@
+@@ -660,7 +660,17 @@
  
      # We handle a few special cases of target names here for historical
      # reasons, as these are the names configure currently comes up with.
@@ -16,6 +16,7 @@ $FreeBSD$
 +			   'i386' : 'X86',
 +			   'mips' : 'Mips',
 +			   'powerpc' : 'PowerPC',
++			   'powerpc64' : 'PowerPC',
 +			   'sparc64' : 'Sparc',
 +                           'x86' : 'X86',
                             'x86_64' : 'X86',



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