Does GCC support EABI for the SA-110? I see a reference for a SA-110 CPU quirk, and there are -mtune options as well. But it's unclear to me if this CPU model is compatible with EABI (as far as support is implemented in GCC). I'm asking because we have a legacy feature in glibc which interfaces with kernel support for Netwinder devices. glibc requires EABI, and if GCC does not support it for this CPU, then the code is dead and can be removed/stubbed out (to preserve ABI). Thanks, Florian