aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mesa/mesa_7.2.bb
blob: 2ff99caf4fcb52900c658dd6f6ae7b845c42a937 (plain)
1
2
3
4
5
6
7
# This is a dummy package so OE can use the poky mesa files
require mesa-dri_${PV}.bb

# override debug optimization for ARM when compiling in thumb mode
# gcc 4.4+ ICEs with -O1 -fno-omit-frame-pointer

DEBUG_OPTIMIZATION_thumb = "-O1 -g"