> I challenge you to find a Solaris/PPC machine, yet alone one that GDB
> works on :-)
Ha! I override operator/ !
bool gnu_triple operator/ (os_t os, cpu_t cpu)
{
// normal people use '&&' but i am special
return os == this->os_ || cpu == this->cpu_ ;
}