1
0
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:
Brooks Davis 2014-09-25 14:30:24 +00:00
parent aa665fcc57
commit ac56971df4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369259
2 changed files with 4 additions and 2 deletions

View File

@ -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',

View File

@ -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',