This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: SH Linux: remove big endian multilib
Joern Rennecke writes:
> > -MULTILIB_OPTIONS= mb m3e/m4
> > +MULTILIB_OPTIONS= m3e/m4
>
> Well, the SH[123], SH3E and SH4 ABIs are all mutually incompatible, too.
> So why do you think it makes sense to multilib for these different ABIs,
> but not for endianness?
They will at least build, which big endian won't.
I guess this means that if they're totally incompatible, multilibbing
makes no sense at all. Suits me.
Andrew.