Skip to content

Commit

Permalink
Add the possiblity of building on powerpc64.
Browse files Browse the repository at this point in the history
PR:		191996
Sponsored by:	DARPA/AFRL
  • Loading branch information
brooksdavis committed Sep 25, 2014
1 parent b7181f1 commit 20be128
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion devel/llvm33/files/patch-utils_llvm-build_llvmbuild_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

--- 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.
Expand All @@ -16,6 +16,7 @@
+ 'i386' : 'X86',
+ 'mips' : 'Mips',
+ 'powerpc' : 'PowerPC',
+ 'powerpc64' : 'PowerPC',
+ 'sparc64' : 'Sparc',
+ 'x86' : 'X86',
'x86_64' : 'X86',
Expand Down
3 changes: 2 additions & 1 deletion devel/llvm34/files/patch-utils_llvm-build_llvmbuild_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

--- 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.
Expand All @@ -16,6 +16,7 @@
+ 'i386' : 'X86',
+ 'mips' : 'Mips',
+ 'powerpc' : 'PowerPC',
+ 'powerpc64' : 'PowerPC',
+ 'sparc64' : 'Sparc',
+ 'x86' : 'X86',
'x86_64' : 'X86',
Expand Down

0 comments on commit 20be128

Please sign in to comment.