mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
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.
This commit is contained in:
parent
7eaf76c9c1
commit
bfa57ac58b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=382825
@ -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',
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user