view sources/targets/armv4eb/description @ 738:db7af4f52222

For armv4eb, use the armv4l config. (Linux kernel .config doesn't specify endianness, and I didn't notice when they fell out of sync...)
author Rob Landley <rob@landley.net>
date Fri, 29 May 2009 14:14:13 -0500
parents 4ff4cf117082
children f7946b2bab43
line wrap: on
line source

ARM v4 big endian, soft float, OABI.

Although arm processors can work with either endianness, most ARM boards are
wired little endian, so building big endian arm is fairly uncommon.  The
ixp4xx, ixp2000, and ixp23xx are the only current Linux targets to support
big endian operation.