[armv7l/portage] setup flags for media-tv/xbmc
This commit is contained in:
parent
0ea9145ab7
commit
5634e30dd9
3
conf/armv7l/portage/env/xbmc.conf
vendored
Normal file
3
conf/armv7l/portage/env/xbmc.conf
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
# We want NEON for xbmc, and also, mfpu=vfpv3-d16 breaks compilation due to broken inline asm
|
||||
CFLAGS="-O2 -ftree-vectorize -pipe -march=armv7-a -mfpu=neon -mfloat-abi=hard ${GRAPHITE}"
|
||||
CXXFLAGS="${CFLAGS}"
|
@ -1,4 +1,8 @@
|
||||
# disable distcc for packages having troubles
|
||||
sys-kernel/beagleboard-sources no-distcc.conf
|
||||
|
||||
# fix compilation
|
||||
dev-libs/pth dev-libs-pth.conf
|
||||
|
||||
# xbmc must be fast and must compile
|
||||
media-tv/xbmc xbmc.conf
|
||||
|
@ -86,3 +86,4 @@ app-office/libreoffice -nsplugin -gnome -java templates -kde pdfimport
|
||||
# Multimedia!
|
||||
media-libs/libsdl X opengl
|
||||
media-libs/sdl-image gif jpeg png
|
||||
media-tv/xbmc bluray udev pulseaudio webserver css airplay
|
||||
|
Loading…
Reference in New Issue
Block a user