add support for ppc64p7 arch (Power7 optimized) · php/php-src@52d1add (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 52d1add
add support for ppc64p7 arch (Power7 optimized)
File tree
1 file changed
lines changed
1 file changed
lines changed
Original file line number | Diff line number | Diff line change | ||
---|---|---|---|---|
@@ -897,7 +897,7 @@ case $basic_machine in | ||||
897 | 897 | ;; | ||
898 | 898 | ppc64) basic_machine=powerpc64-unknown | ||
899 | 899 | ;; | ||
900 | - ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` | |||
900 | + ppc64-* | ppc64p7-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` | ||
901 | 901 | ;; | ||
902 | 902 | ppc64le | powerpc64little | ppc64-le | powerpc64-little) |
903 | 903 | basic_machine=powerpc64le-unknown |