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

Panu Matilainen pmatilai at fedoraproject.org
Mon Jan 28 12:08:48 UTC 2013


commit 0eab6b80b42e53bcb7953be89899eafddc43bda0
Author: Panu Matilainen <pmatilai at redhat.com>
Date:   Mon Jan 28 14:01:01 2013 +0200

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

 rpm-4.9.90-armhfp.patch |    4 ++--
 rpm.spec                |    5 ++++-
 2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/rpm-4.9.90-armhfp.patch b/rpm-4.9.90-armhfp.patch
index 95b452e..869ab26 100644
--- a/rpm-4.9.90-armhfp.patch
+++ b/rpm-4.9.90-armhfp.patch
@@ -17,8 +17,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 b7308b4..11689cc 100644
--- a/rpm.spec
+++ b/rpm.spec
@@ -22,7 +22,7 @@
 Summary: The RPM package management system
 Name: rpm
 Version: %{rpmver}
-Release: %{?snapver:0.%{snapver}.}1%{?dist}
+Release: %{?snapver:0.%{snapver}.}2%{?dist}
 Group: System Environment/Base
 Url: http://www.rpm.org/
 Source0: http://rpm.org/releases/testing/%{name}-%{srcver}.tar.bz2
@@ -451,6 +451,9 @@ exit 0
 %doc COPYING doc/librpm/html/*
 
 %changelog
+* Mon Jan 28 2013 Panu Matilainen <pmatilai at redhat.com> - 4.11.0-0.beta1.2
+- armv7hl and armv7hnl should not have -mthumb (#901901)
+
 * Mon Dec 10 2012 Panu Matilainen <pmatilai at redhat.com> - 4.11.0-0.beta1.1
 - update to 4.11 beta
 


More information about the scm-commits mailing list