From 16f86875d987d6aaba66ece3dde0a412cbe3eae3 Mon Sep 17 00:00:00 2001 From: Jon Masters Date: Jan 24 2014 21:30:45 +0000 Subject: 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 --- diff --git a/rpmrc b/rpmrc index 0d9cc64..ba363f5 100644 --- a/rpmrc +++ b/rpmrc @@ -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