From cb61961dcd49bcfa421711a07534a424efc5dc83 Mon Sep 17 00:00:00 2001 From: Jon Masters Date: Mon, 19 Sep 2011 12:21:53 -0400 Subject: [PATCH] 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 --- redhat-rpm-config-9.1.0-arm.patch | 3 +-- redhat-rpm-config.spec | 7 ++++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/redhat-rpm-config-9.1.0-arm.patch b/redhat-rpm-config-9.1.0-arm.patch index f620294..e059347 100644 --- a/redhat-rpm-config-9.1.0-arm.patch +++ b/redhat-rpm-config-9.1.0-arm.patch @@ -22,8 +22,7 @@ diff -urNp redhat-rpm-config-9.1.0_orig/rpmrc redhat-rpm-config-9.1.0/rpmrc buildarchtranslate: armv5tejl: armv5tel buildarchtranslate: armv6l: armv5tel --buildarchtranslate: armv7l: armv5tel -+buildarchtranslate: armv7l: armv7hl + buildarchtranslate: armv7l: armv5tel +buildarchtranslate: armv7hl: armv7hl +buildarchtranslate: armv7hnl: armv7hl diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 2a14b21..00f85bb 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -1,7 +1,7 @@ Summary: Red Hat specific rpm configuration files Name: redhat-rpm-config Version: 9.1.0 -Release: 12%{?dist} +Release: 13%{?dist} # No version specified. License: GPL+ Group: Development/System @@ -55,6 +55,11 @@ rm -rf ${RPM_BUILD_ROOT} %{_sysconfdir}/rpm/* %changelog +* Mon Sep 19 2011 Jon Masters - 9.1.0-13 +- rework a patch we had been sitting on to fix F15 ARM hardfp bootstrap +- redhat-rpm-config-9.1.0-arm.patch: do NOT make armv7hl default on v7 +- redhat-rpm-config-9.1.0-arm.patch: disable Thumb on v7hl systems + * Sat Jul 02 2011 Jon Masters - 9.1.0-12 - redhat-rpm-config-9.1.0-arm.patch: Make armv7hl default on all v7 ARM