summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2014-09-25 14:30:24 +0000
committerBrooks Davis <brooks@FreeBSD.org>2014-09-25 14:30:24 +0000
commitac56971df4fe7c1fad64354371b6054246299b18 (patch)
tree5274e721bb019b3a69c04ef88e02efa3d8357386
parentRemove patches that added an autotools based build system and instead use (diff)
Add the possiblity of building on powerpc64.
PR: 191996 Sponsored by: DARPA/AFRL
-rw-r--r--devel/llvm33/files/patch-utils_llvm-build_llvmbuild_main.py3
-rw-r--r--devel/llvm34/files/patch-utils_llvm-build_llvmbuild_main.py3
2 files changed, 4 insertions, 2 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',
diff --git a/devel/llvm34/files/patch-utils_llvm-build_llvmbuild_main.py b/devel/llvm34/files/patch-utils_llvm-build_llvmbuild_main.py
index 1ce78539be13..ca34c8a2fe85 100644
--- a/devel/llvm34/files/patch-utils_llvm-build_llvmbuild_main.py
+++ b/devel/llvm34/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
-@@ -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',