Bug 744701

Summary: qt armv7hl arch support
Product: [Fedora] Fedora Reporter: Henrik Nordström <henrik>
Component: qtAssignee: Than Ngo <than>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 15CC: itamar, jreznik, kevin, ltinkl, rdieter, rnovacek, smparrish, than
Target Milestone: ---   
Target Release: ---   
Hardware: arm   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-10-10 15:40:59 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Fix ARM thumb2 mode support
none
Add armv7hl arch support to qt.spec. none

Description Henrik Nordström 2011-10-10 08:46:00 UTC
The attached patches adds armv7hl arch support to qt. Please import the changes and schedule a koji build with a new nvr for the arm secondary arch to reference in building qt.

The thumb2 patch is optional, not strictly needed. But also 100% harmless when Thumb2 is not being used.

Comment 1 Henrik Nordström 2011-10-10 08:47:40 UTC
Created attachment 527185 [details]
Fix ARM thumb2 mode support

Optional patch fixing ARM Tumb2 mode support.

Comment 2 Henrik Nordström 2011-10-10 08:52:24 UTC
Created attachment 527188 [details]
Add armv7hl arch support to qt.spec.

spec file patch adding armv7hl arch support, overriding qt arch as armv6 until armv7 is natively supported by qt.

Comment 3 Rex Dieter 2011-10-10 15:40:59 UTC
%changelog
* Fri Sep 16 2011 Henrik Nordstrom <henrik> - 1:4.7.4-3
- Set proper architecture flags for armv7hl and admv7hnl (#744701)
- fix ARM Thumb2 build (QTBUG-16402)

http://koji.fedoraproject.org/koji/taskinfo?taskID=3419870

Comment 4 Henrik Nordström 2011-10-10 16:35:13 UTC
Thanks!