[armv7l/portage] enable NEON for x11-drivers/xf86-video-omapfb

This commit is contained in:
Fabio Erculiani 2012-01-29 09:15:20 +01:00
parent d2d161dd91
commit a5e1eb25ae
2 changed files with 6 additions and 0 deletions

3
conf/armv7l/portage/env/neon.conf vendored Normal file
View 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}"

View File

@ -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