You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
471 B
12 lines
471 B
diff -r de35eae9048a config.sub |
|
--- a/config.sub Wed Apr 24 23:33:20 2013 +0200 |
|
+++ b/config.sub Thu Apr 25 08:51:00 2013 +0200 |
|
@@ -1008,7 +1008,7 @@ |
|
;; |
|
ppc64) basic_machine=powerpc64-unknown |
|
;; |
|
- ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` |
|
+ ppc64-* | ppc64p7-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` |
|
;; |
|
ppc64le | powerpc64little | ppc64-le | powerpc64-little) |
|
basic_machine=powerpc64le-unknown
|
|
|