[armv7l/portage] enable NEON for x11-drivers/xf86-video-omapfb
This commit is contained in:
parent
d2d161dd91
commit
a5e1eb25ae
3
conf/armv7l/portage/env/neon.conf
vendored
Normal file
3
conf/armv7l/portage/env/neon.conf
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
# Enable NEON when it's possible without breaking qemu-user chroot
|
||||
CFLAGS="-O2 -ftree-vectorize -pipe -march=armv7-a -mfpu=neon -mfloat-abi=hard ${GRAPHITE}"
|
||||
CXXFLAGS="${CFLAGS}"
|
@ -6,3 +6,6 @@ dev-libs/pth dev-libs-pth.conf
|
||||
|
||||
# xbmc must be fast and must compile
|
||||
media-tv/xbmc xbmc.conf
|
||||
|
||||
# NEON enabled for these
|
||||
x11-drivers/xf86-video-omapfb neon.conf
|
||||
|
Loading…
Reference in New Issue
Block a user