aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2015-03-31 22:33:33 +0800
committerbrooks <brooks@FreeBSD.org>2015-03-31 22:33:33 +0800
commitcef3aca81011c5b848644d61ff2672b17baf3000 (patch)
treecfeeccebc2266c6d7bc8b09c5b3f750359cce5b9 /lang
parent9ed177fa497b2eee9ccad5ff7c6158d7f6b61817 (diff)
downloadfreebsd-ports-gnome-cef3aca81011c5b848644d61ff2672b17baf3000.tar.gz
freebsd-ports-gnome-cef3aca81011c5b848644d61ff2672b17baf3000.tar.zst
freebsd-ports-gnome-cef3aca81011c5b848644d61ff2672b17baf3000.zip
Catch the set of host platforms up to the set in llvm ports.
To revision bump as it only effects building the port on platforms that would fail before.
Diffstat (limited to 'lang')
-rw-r--r--lang/clang-devel/files/patch-utils_llvm-build_llvmbuild_main.py6
-rw-r--r--lang/clang33/files/patch-utils_llvm-build_llvmbuild_main.py6
-rw-r--r--lang/clang34/files/patch-utils_llvm-build_llvmbuild_main.py6
-rw-r--r--lang/clang35/files/patch-utils_llvm-build_llvmbuild_main.py6
-rw-r--r--lang/clang36/files/patch-utils_llvm-build_llvmbuild_main.py6
5 files changed, 25 insertions, 5 deletions
diff --git a/lang/clang-devel/files/patch-utils_llvm-build_llvmbuild_main.py b/lang/clang-devel/files/patch-utils_llvm-build_llvmbuild_main.py
index 1e2de0273d55..ca34c8a2fe85 100644
--- a/lang/clang-devel/files/patch-utils_llvm-build_llvmbuild_main.py
+++ b/lang/clang-devel/files/patch-utils_llvm-build_llvmbuild_main.py
@@ -3,16 +3,20 @@ $FreeBSD$
--- utils/llvm-build/llvmbuild/main.py.orig
+++ utils/llvm-build/llvmbuild/main.py
-@@ -633,7 +633,13 @@
+@@ -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.
- native_target_name = { 'x86' : 'X86',
+ native_target_name = { 'amd64' : 'X86',
+ 'arm' : 'ARM',
++ 'armeb' : 'ARM',
++ 'armv6' : 'ARM',
++ 'armv6hf' : 'ARM',
+ 'i386' : 'X86',
+ 'mips' : 'Mips',
+ 'powerpc' : 'PowerPC',
++ 'powerpc64' : 'PowerPC',
+ 'sparc64' : 'Sparc',
+ 'x86' : 'X86',
'x86_64' : 'X86',
diff --git a/lang/clang33/files/patch-utils_llvm-build_llvmbuild_main.py b/lang/clang33/files/patch-utils_llvm-build_llvmbuild_main.py
index 1e2de0273d55..ca34c8a2fe85 100644
--- a/lang/clang33/files/patch-utils_llvm-build_llvmbuild_main.py
+++ b/lang/clang33/files/patch-utils_llvm-build_llvmbuild_main.py
@@ -3,16 +3,20 @@ $FreeBSD$
--- utils/llvm-build/llvmbuild/main.py.orig
+++ utils/llvm-build/llvmbuild/main.py
-@@ -633,7 +633,13 @@
+@@ -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.
- native_target_name = { 'x86' : 'X86',
+ native_target_name = { 'amd64' : 'X86',
+ 'arm' : 'ARM',
++ 'armeb' : 'ARM',
++ 'armv6' : 'ARM',
++ 'armv6hf' : 'ARM',
+ 'i386' : 'X86',
+ 'mips' : 'Mips',
+ 'powerpc' : 'PowerPC',
++ 'powerpc64' : 'PowerPC',
+ 'sparc64' : 'Sparc',
+ 'x86' : 'X86',
'x86_64' : 'X86',
diff --git a/lang/clang34/files/patch-utils_llvm-build_llvmbuild_main.py b/lang/clang34/files/patch-utils_llvm-build_llvmbuild_main.py
index 1e2de0273d55..ca34c8a2fe85 100644
--- a/lang/clang34/files/patch-utils_llvm-build_llvmbuild_main.py
+++ b/lang/clang34/files/patch-utils_llvm-build_llvmbuild_main.py
@@ -3,16 +3,20 @@ $FreeBSD$
--- utils/llvm-build/llvmbuild/main.py.orig
+++ utils/llvm-build/llvmbuild/main.py
-@@ -633,7 +633,13 @@
+@@ -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.
- native_target_name = { 'x86' : 'X86',
+ native_target_name = { 'amd64' : 'X86',
+ 'arm' : 'ARM',
++ 'armeb' : 'ARM',
++ 'armv6' : 'ARM',
++ 'armv6hf' : 'ARM',
+ 'i386' : 'X86',
+ 'mips' : 'Mips',
+ 'powerpc' : 'PowerPC',
++ 'powerpc64' : 'PowerPC',
+ 'sparc64' : 'Sparc',
+ 'x86' : 'X86',
'x86_64' : 'X86',
diff --git a/lang/clang35/files/patch-utils_llvm-build_llvmbuild_main.py b/lang/clang35/files/patch-utils_llvm-build_llvmbuild_main.py
index 1e2de0273d55..ca34c8a2fe85 100644
--- a/lang/clang35/files/patch-utils_llvm-build_llvmbuild_main.py
+++ b/lang/clang35/files/patch-utils_llvm-build_llvmbuild_main.py
@@ -3,16 +3,20 @@ $FreeBSD$
--- utils/llvm-build/llvmbuild/main.py.orig
+++ utils/llvm-build/llvmbuild/main.py
-@@ -633,7 +633,13 @@
+@@ -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.
- native_target_name = { 'x86' : 'X86',
+ native_target_name = { 'amd64' : 'X86',
+ 'arm' : 'ARM',
++ 'armeb' : 'ARM',
++ 'armv6' : 'ARM',
++ 'armv6hf' : 'ARM',
+ 'i386' : 'X86',
+ 'mips' : 'Mips',
+ 'powerpc' : 'PowerPC',
++ 'powerpc64' : 'PowerPC',
+ 'sparc64' : 'Sparc',
+ 'x86' : 'X86',
'x86_64' : 'X86',
diff --git a/lang/clang36/files/patch-utils_llvm-build_llvmbuild_main.py b/lang/clang36/files/patch-utils_llvm-build_llvmbuild_main.py
index 1e2de0273d55..ca34c8a2fe85 100644
--- a/lang/clang36/files/patch-utils_llvm-build_llvmbuild_main.py
+++ b/lang/clang36/files/patch-utils_llvm-build_llvmbuild_main.py
@@ -3,16 +3,20 @@ $FreeBSD$
--- utils/llvm-build/llvmbuild/main.py.orig
+++ utils/llvm-build/llvmbuild/main.py
-@@ -633,7 +633,13 @@
+@@ -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.
- native_target_name = { 'x86' : 'X86',
+ native_target_name = { 'amd64' : 'X86',
+ 'arm' : 'ARM',
++ 'armeb' : 'ARM',
++ 'armv6' : 'ARM',
++ 'armv6hf' : 'ARM',
+ 'i386' : 'X86',
+ 'mips' : 'Mips',
+ 'powerpc' : 'PowerPC',
++ 'powerpc64' : 'PowerPC',
+ 'sparc64' : 'Sparc',
+ 'x86' : 'X86',
'x86_64' : 'X86',