Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 739636

Summary: Fedora specific armv7hl (hardfp) configuration required for F15 HardFP Bootstrap
Product: [Fedora] Fedora Reporter: Jon Masters <jcm>
Component: redhat-rpm-configAssignee: Jon Masters <jcm>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 15CC: ctyler.fedora, dennis, henrik, jcm, jonathan, pmatilai
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: redhat-rpm-config-9.1.0-13.fc15 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-10-18 22:17:50 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:
Bug Depends On:    
Bug Blocks: 245418    

Description Jon Masters 2011-09-19 17:01:13 UTC
Description of problem:

We need to override some RPM defaults for Fedora 15 on ARM systems. This includes defaulting to harfp (armv7hl) on armv7hl/hnl, and setting the optflags to target armv7-a, and disable Thumb. We don't use Thumb on Fedora at this moment in time because it causes some builds to fail, and for other reasons.

Specific changes:

optflags: armv7l %{__global_cflags} -march=armv7-a -mfloat-abi=soft
optflags: armv7hl %{__global_cflags} -march=armv7-a -mfpu=vfpv3-d16  -mfloat-abi=hard
optflags: armv7hnl %{__global_cflags} -march=armv7-a -mfpu=neon  -mfloat-abi=hard

buildarchtranslate: armv7l: armv7hl
buildarchtranslate: armv7hl: armv7hl
buildarchtranslate: armv7hnl: armv7hl

Comment 1 Fedora Update System 2011-09-19 17:32:16 UTC
redhat-rpm-config-9.1.0-13.fc15 has been submitted as an update for Fedora 15.
https://admin.fedoraproject.org/updates/redhat-rpm-config-9.1.0-13.fc15

Comment 2 Fedora Update System 2011-09-19 22:57:35 UTC
Package redhat-rpm-config-9.1.0-13.fc15:
* should fix your issue,
* was pushed to the Fedora 15 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing redhat-rpm-config-9.1.0-13.fc15'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/redhat-rpm-config-9.1.0-13.fc15
then log in and leave karma (feedback).

Comment 3 Jens Petersen 2011-10-06 08:27:03 UTC
Is this change needed also for f16 and f17?

Comment 4 Jens Petersen 2011-10-06 08:33:58 UTC
(In reply to comment #3)
> Is this change needed also for f16 and f17?

Nevermind, Henrik pointed out that the change is actually already merged.
Not so obvious though looking at the spec file or pkg git...

Comment 5 Fedora Update System 2011-10-18 22:17:50 UTC
redhat-rpm-config-9.1.0-13.fc15 has been pushed to the Fedora 15 stable repository.  If problems still persist, please make note of it in this bug report.