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>
This commit is contained in:
Jon Masters 2011-09-19 12:21:53 -04:00
parent 2a1adf4796
commit cb61961dcd
2 changed files with 7 additions and 3 deletions

View File

@ -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

View File

@ -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 <jcm@redhat.com> - 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 <jcm@jonmasters.org> - 9.1.0-12
- redhat-rpm-config-9.1.0-arm.patch: Make armv7hl default on all v7 ARM