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:
parent
60aea2849e
commit
16f86875d9
3
rpmrc
3
rpmrc
@ -78,6 +78,7 @@ buildarchtranslate: sparcv9v: sparcv9
|
|||||||
|
|
||||||
buildarchtranslate: armv5tejl: armv5tel
|
buildarchtranslate: armv5tejl: armv5tel
|
||||||
buildarchtranslate: armv6l: armv5tel
|
buildarchtranslate: armv6l: armv5tel
|
||||||
buildarchtranslate: armv7l: armv5tel
|
buildarchtranslate: armv7l: armv7hl
|
||||||
|
buildarchtranslate: armv7hl: armv7hl
|
||||||
buildarchtranslate: armv7hnl: armv7hl
|
buildarchtranslate: armv7hnl: armv7hl
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user