[oe-commits] Khem Raj : mesa_7.2.bb: Tinker DEBUG_OPTIMIZATION to avoid gcc ICE

git version control git at git.openembedded.org
Tue Aug 3 19:46:13 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 3c5585b87384ba9d1c641df73a03af8211881d3f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3c5585b87384ba9d1c641df73a03af8211881d3f

Author: Khem Raj <raj.khem at gmail.com>
Date:   Mon Aug  2 12:03:54 2010 -0700

mesa_7.2.bb: Tinker DEBUG_OPTIMIZATION to avoid gcc ICE

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/mesa/mesa_7.2.bb |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/recipes/mesa/mesa_7.2.bb b/recipes/mesa/mesa_7.2.bb
index 43cde67..2ff99ca 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"





More information about the Openembedded-commits mailing list