| --- a/config.sub 2005-11-22 05:18:02.000000000 -0800 | |
| +++ b/config.sub 2006-07-11 12:09:36.000000000 -0700 | |
| @@ -816,6 +816,10 @@ | |
| ppc64le-* | powerpc64little-*) | |
| basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` | |
| ;; | |
| + ppu) | |
| + basic_machine=powerpc64-cell | |
| + os=-linux | |
| + ;; | |
| ps2) | |
| basic_machine=i386-ibm | |
| ;; | |
| @@ -868,6 +872,10 @@ | |
| spur) | |
| basic_machine=spur-unknown | |
| ;; | |
| + spu) | |
| + basic_machine=spu-cell | |
| + os=-none | |
| + ;; | |
| st2000) | |
| basic_machine=m68k-tandem | |
| ;; |