Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 498086 - unmask arm cpu useflags on arm profiles
Summary: unmask arm cpu useflags on arm profiles
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo ARM Porters
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-14 19:13 UTC by Alexis Ballier
Modified: 2014-07-29 18:59 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexis Ballier gentoo-dev 2014-01-14 19:13:33 UTC
I've added the following useflags to base/use.mask and media-video/ffmpeg uses them. Please unmask the useflag on the mips profiles where they are supposed to work.

armvfp
armv5te
armv6
armv6t2
Comment 1 Alexis Ballier gentoo-dev 2014-01-14 19:13:58 UTC
(In reply to Alexis Ballier from comment #0)
> I've added the following useflags to base/use.mask and media-video/ffmpeg
> uses them. Please unmask the useflag on the mips profiles where they are
> supposed to work.

copy/paste error: on arm profiles of course :)
Comment 2 Alexander Holler 2014-07-27 17:04:52 UTC
This is imho a broken concept and the ebuild/ffmpeg should just use what is provided by the CFLAGS or CXXFLAGS and/or ask the compile which instructions are supported. Otherwise we will end up with every possible compiler flag in the use-flags.

What difference will the ebuild or the ffmpeg-buildsystem make if armv6 or armv6t2 is defined?
Comment 3 Markus Meier gentoo-dev 2014-07-29 18:59:31 UTC
Committed to our arm subprofiles, closing.

  29 Jul 2014; Markus Meier <maekke@gentoo.org> +armv5te/use.mask,
  +armv6j/use.mask, armv7a/use.mask:
  unmask arm cpu flags for media-video/ffmpeg, bug #498086