mesa_7.2.bb: Tinker DEBUG_OPTIMIZATION to avoid gcc ICE
authorKhem Raj <raj.khem@gmail.com>
Mon, 2 Aug 2010 19:03:54 +0000 (12:03 -0700)
committerKhem Raj <raj.khem@gmail.com>
Tue, 3 Aug 2010 19:46:06 +0000 (12:46 -0700)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/mesa/mesa_7.2.bb

index 43cde67..2ff99ca 100644 (file)
@@ -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"