Commit Graph

3 Commits

Author SHA1 Message Date
Jon Masters cb61961dcd redhat-rpm-config: keep armv5tel default on non-hardfp v7, disable Thumb2
We have decided to disable Thumb2 and this should have been pushed before.
Since Thumb2/ARM are compatible at the call-site level due to interworking,
we can just drop in replace existing builds with Thumb2 disabled later.

Signed-off-by: Jon Masters <jcm@jonmasters.org>
2011-09-19 12:21:53 -04:00
Jon Masters 2a1adf4796 redhat-rpm-config: change default arch level target for all ARM v7 to armv7hl
All ARM version 7 systems support a vector hardware floating point unit and
have the ability to run using the hard floating point ABI (aapcs-vfpv3-d16).
This is the only configuration we support as a v7 target, so we force the
use of hard floating point. This prevents e.g. packages being built with
a armv5tel target on an armv7 system without explicit intent.

Signed-off-by: Jon Masters <jcm@jonmasters.org>
2011-07-02 05:03:25 -04:00
Dennis Gilmore 127539ef29 add arm hardware floating point macros
update the armv7l macros
2011-06-13 10:49:23 -05:00