[rpm/f17] - armv7hl and armv7hnl should not have -mthumb (#901901)

Panu Matilainen pmatilai at fedoraproject.org
Wed Mar 27 06:19:18 UTC 2013


commit 71d3b385aa5f76da1af47b94d623e9851a5fe17c
Author: Panu Matilainen <pmatilai at redhat.com>
Date:   Wed Mar 27 07:57:29 2013 +0200

    - armv7hl and armv7hnl should not have -mthumb (#901901)

 rpm-4.9.0-armhfp.patch |    4 ++--
 rpm.spec               |    5 ++++-
 2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/rpm-4.9.0-armhfp.patch b/rpm-4.9.0-armhfp.patch
index 03f171b..acc5bc1 100644
--- a/rpm-4.9.0-armhfp.patch
+++ b/rpm-4.9.0-armhfp.patch
@@ -29,8 +29,8 @@ diff -uNr rpm-4.9.0-orig//rpmrc.in rpm-4.9.0/rpmrc.in
  optflags: armv5tejl -O2 -g -march=armv5te
  optflags: armv6l -O2 -g -march=armv6
  optflags: armv7l -O2 -g -march=armv7
-+optflags: armv7hl -O2 -g -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mthumb
-+optflags: armv7hnl -O2 -g -march=armv7-a -mfloat-abi=hard -mfpu=neon -mthumb
++optflags: armv7hl -O2 -g -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16
++optflags: armv7hnl -O2 -g -march=armv7-a -mfloat-abi=hard -mfpu=neon
  
  optflags: atarist -O2 -g -fomit-frame-pointer
  optflags: atariste -O2 -g -fomit-frame-pointer
diff --git a/rpm.spec b/rpm.spec
index ee5042f..daae897 100644
--- a/rpm.spec
+++ b/rpm.spec
@@ -21,7 +21,7 @@
 Summary: The RPM package management system
 Name: rpm
 Version: %{rpmver}
-Release: %{?snapver:0.%{snapver}.}7%{?dist}
+Release: %{?snapver:0.%{snapver}.}8%{?dist}
 Group: System Environment/Base
 Url: http://www.rpm.org/
 Source0: http://rpm.org/releases/rpm-4.9.x/%{name}-%{srcver}.tar.bz2
@@ -481,6 +481,9 @@ exit 0
 %doc COPYING doc/librpm/html/*
 
 %changelog
+* Wed Mar 27 2013 Panu Matilainen <pmatilai at redhat.com> - 4.9.1.3-8
+- armv7hl and armv7hnl should not have -mthumb (#901901)
+
 * Mon May 07 2012 Panu Matilainen <pmatilai at redhat.com> - 4.9.1.3-7
 - Fall back to private db environment on filesystems not supporting mmap()
 - Adjust posttrans script wrt bdb string change (#803866, #805613)


More information about the scm-commits mailing list