aboutsummaryrefslogtreecommitdiffstats
path: root/devel/llvm33
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2014-09-25 22:30:24 +0800
committerbrooks <brooks@FreeBSD.org>2014-09-25 22:30:24 +0800
commit20be128769eb36776631a3639656f9528820a14c (patch)
tree5274e721bb019b3a69c04ef88e02efa3d8357386 /devel/llvm33
parentb7181f1421862fea4ad24727d396f2c6c24cd637 (diff)
downloadfreebsd-ports-gnome-20be128769eb36776631a3639656f9528820a14c.tar.gz
freebsd-ports-gnome-20be128769eb36776631a3639656f9528820a14c.tar.zst
freebsd-ports-gnome-20be128769eb36776631a3639656f9528820a14c.zip
Add the possiblity of building on powerpc64.
PR: 191996 Sponsored by: DARPA/AFRL
Diffstat (limited to 'devel/llvm33')
-rw-r--r--devel/llvm33/files/patch-utils_llvm-build_llvmbuild_main.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/llvm33/files/patch-utils_llvm-build_llvmbuild_main.py b/devel/llvm33/files/patch-utils_llvm-build_llvmbuild_main.py
index 723eeec33f82..ca34c8a2fe85 100644
--- a/devel/llvm33/files/patch-utils_llvm-build_llvmbuild_main.py
+++ b/devel/llvm33/files/patch-utils_llvm-build_llvmbuild_main.py
@@ -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',