From: Khem Raj Date: Mon, 2 Aug 2010 19:03:54 +0000 (-0700) Subject: mesa_7.2.bb: Tinker DEBUG_OPTIMIZATION to avoid gcc ICE X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c5585b87384ba9d1c641df73a03af8211881d3f;p=openembedded.git mesa_7.2.bb: Tinker DEBUG_OPTIMIZATION to avoid gcc ICE Signed-off-by: Khem Raj --- diff --git a/recipes/mesa/mesa_7.2.bb b/recipes/mesa/mesa_7.2.bb index 43cde679a1..2ff99caf4f 100644 --- a/recipes/mesa/mesa_7.2.bb +++ b/recipes/mesa/mesa_7.2.bb @@ -1,2 +1,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"