git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57be258
)
mesa_7.2.bb: Tinker DEBUG_OPTIMIZATION to avoid gcc ICE
author
Khem Raj
<raj.khem@gmail.com>
Mon, 2 Aug 2010 19:03:54 +0000
(12:03 -0700)
committer
Khem 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
patch
|
blob
|
history
diff --git
a/recipes/mesa/mesa_7.2.bb
b/recipes/mesa/mesa_7.2.bb
index
43cde67
..
2ff99ca
100644
(file)
--- 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"