On Sun, Apr 18, 2010 at 03:56:03PM +0200, Thomas Preud'homme wrote: > I see in the configure that armel architectures (or arm EABI) are > recognized by uname -m being equal to armv4l. But aren't armv5tel, > armv6j and armv7a valid architectures as well?
Yes, anything since ARMv4 that is little endian, supports long multiplication (UMULL), and isn't Thumb-only should be able to run the generated code. Daniel _______________________________________________ Tinycc-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/tinycc-devel
