From 3c5585b87384ba9d1c641df73a03af8211881d3f Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 2 Aug 2010 12:03:54 -0700 Subject: mesa_7.2.bb: Tinker DEBUG_OPTIMIZATION to avoid gcc ICE Signed-off-by: Khem Raj --- recipes/mesa/mesa_7.2.bb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'recipes/mesa') 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" -- cgit 1.2.3-korg