svn commit: r369259 - in head/devel: llvm33/files llvm34/files
Brooks Davis
brooks at FreeBSD.org
Thu Sep 25 14:30:25 UTC 2014
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',
More information about the svn-ports-all
mailing list