http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50989
Joel Sherrill <joel at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #4 from Joel Sherrill <joel at gcc dot gnu.org> 2011-11-04 13:00:00 UTC --- (In reply to comment #2) > Can you multiarch a 64-bit sparc build from 32-bit rtems? > Probably not... but if that were possible you'd need to > check host_address like we do for Linux. I think we are OK without any detection logic. We are not self-hosted and we have a separate sparc64-rtems for use with the 64 bit SPARC targets. From our perspective, the sparc-rtems target is really only for the ERC32 and LEON variants. > So, change looks fine as-is to me, feel free to commit. > > Thanks. Committed and closing. Thank you.