Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 90534 - mmxext use flag is masked on hardened x86
Summary: mmxext use flag is masked on hardened x86
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: The Gentoo Linux Hardened Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-26 13:32 UTC by Torne Wuff
Modified: 2005-04-26 15:36 UTC (History)
0 users

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 Torne Wuff 2005-04-26 13:32:38 UTC
The mmxext USE flag is masked by the base profile, then unmasked by the x86 profile. However, the hardened x86 profile doesn't unmask mmxext - this prevents building mplayer with support for MMX2 instructions (amongst other things). Add '-mmxext' to profiles/hardened/x86/use.mask.

Reproducible: Always
Steps to Reproduce:
Comment 1 solar (RETIRED) gentoo-dev 2005-04-26 15:36:15 UTC
Added the follow from ../../default-linux/x86/use.mask
-mmx
-mmx2
-mmxext
-sse
-sse2
-3dnow
-3dnowex
-win32codecs
-divx4linux