summaryrefslogtreecommitdiffstats
path: root/meta-n450
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2011-03-16 14:36:23 -0700
committerDarren Hart <dvhart@linux.intel.com>2011-03-16 15:37:53 -0700
commit01ded1de3b7034f55e7b695b83ab127df96c157b (patch)
tree8b355cb76073f1f2a60e05183cb383d63f7c79cb /meta-n450
parent158530b6f26f05748b17c85c75feb151dc30a3d3 (diff)
downloadmeta-intel-01ded1de3b7034f55e7b695b83ab127df96c157b.tar.gz
n450: add optimization flags to gtk+ for n450 to avoid gcc core2 bug
Fixes [YOCTO #853] Without these added optimization flags, the matchbox-panel (and possibly other) applications would segfault. This patch applies the change only to the gtk+ recipe for the n450 bsp. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Ke Yu <ke.yu@intel.com>
Diffstat (limited to 'meta-n450')
-rw-r--r--meta-n450/recipes-gnome/gtk+/gtk+_2.22.1.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-n450/recipes-gnome/gtk+/gtk+_2.22.1.bbappend b/meta-n450/recipes-gnome/gtk+/gtk+_2.22.1.bbappend
new file mode 100644
index 00000000..3af41873
--- /dev/null
+++ b/meta-n450/recipes-gnome/gtk+/gtk+_2.22.1.bbappend
@@ -0,0 +1,2 @@
1#-fomit-frame-pointer in default FULL_OPTIMIZATION will cause matchbox-panel segfault on n450
2FULL_OPTIMIZATION_n450 = "-fexpensive-optimizations -frename-registers -O2 -ggdb -feliminate-unused-debug-types"