tags 568123 + patch thanks * Sebastian Andrzej Siewior | 2010-02-02 15:58:29 [+0100]:
>Another name could be powerpc_spe. Okay powerpc-spe is not working because spe is not a CPU. Besides spe as addition to the gnu name there is eabi (armel) and lp (lpia). Based on this I come up with powerpcgspe. I added a g there because ps3 & cell blades are powerpcs and have spe units. This should avoid confusion. Sebastian
>From 898d9da89c04de222056887a8713639561c54277 Mon Sep 17 00:00:00 2001 From: Sebastian Andrzej Siewior <[email protected]> Date: Tue, 2 Feb 2010 12:14:56 +0100 Subject: [PATCH] Add powerpcgspe Debian arch its gcc target is powerpc-linux-gnuspe Signed-off-by: Sebastian Andrzej Siewior <[email protected]> --- ostable | 1 + triplettable | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/ostable b/ostable index 2ef2cdd..af3870b 100644 --- a/ostable +++ b/ostable @@ -18,6 +18,7 @@ uclibceabi-linux linux-uclibceabi linux[^-]*-uclibceabi uclibc-linux linux-uclibc linux[^-]*-uclibc gnueabi-linux linux-gnueabi linux[^-]*-gnueabi gnulp-linux linux-gnulp linux[^-]*-gnulp +gnuspe-linux linux-gnuspe linux[^-]*-gnuspe gnu-linux linux-gnu linux[^-]*(-gnu.*)? gnu-kfreebsd kfreebsd-gnu kfreebsd[^-]*(-gnu.*)? gnu-knetbsd knetbsd-gnu knetbsd[^-]*(-gnu.*)? diff --git a/triplettable b/triplettable index 1a2c666..ad65fa6 100644 --- a/triplettable +++ b/triplettable @@ -7,6 +7,7 @@ uclibceabi-linux-arm uclibc-linux-armel uclibc-linux-<cpu> uclibc-linux-<cpu> gnueabi-linux-arm armel gnulp-linux-i386 lpia +gnuspe-linux-powerpc powerpcgspe gnu-linux-<cpu> <cpu> gnu-kfreebsd-<cpu> kfreebsd-<cpu> gnu-knetbsd-<cpu> knetbsd-<cpu> -- 1.5.6.5

