mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
Add the possiblity of building on powerpc64.
PR: 191996 Sponsored by: DARPA/AFRL
This commit is contained in:
parent
aa665fcc57
commit
ac56971df4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369259
@ -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',
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user