You could also look at CodeSourcery (now part of Mentor). They provide
ready-build gcc toolchains. Compared to Microcross, you get several
advantages:
They are one of the main groups developing and maintaining gcc, so you
get it from the gcc experts. You also get the latest patches and device
support before it makes it into mainline gcc (but you can be confident
that it /will/ make it into mainline - as the gcc maintainers for the
PPC port, they will accept their own patches!).
They are part of Mentor Graphics, and are unlikely to go out of business
in the near future.
You get top-quality support - the free support is excellent, and I
expect the paid support contracts to be even better.
You pay a small price to get the toolchain integrated with debugger and
extra libraries. You can pay more for more support, libraries, and
other features - your choice;
You can get the free toolchain-only package from them - it is not locked
to any nodes, and has full source available. This gives you future
proofing.
(I haven't used Codesource for the PPC - for various reasons I've had to
use CodeWarrior. But I've used them for ARM and Coldfire.)