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>
This commit is contained in:
Jon Masters 2011-07-02 04:55:37 -04:00 committed by Ville Skyttä
parent 60aea2849e
commit 16f86875d9
1 changed files with 2 additions and 1 deletions

3
rpmrc
View File

@ -78,6 +78,7 @@ buildarchtranslate: sparcv9v: sparcv9
buildarchtranslate: armv5tejl: armv5tel
buildarchtranslate: armv6l: armv5tel
buildarchtranslate: armv7l: armv5tel
buildarchtranslate: armv7l: armv7hl
buildarchtranslate: armv7hl: armv7hl
buildarchtranslate: armv7hnl: armv7hl