From 01ded1de3b7034f55e7b695b83ab127df96c157b Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Wed, 16 Mar 2011 14:36:23 -0700 Subject: 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 CC: Ke Yu --- meta-n450/recipes-gnome/gtk+/gtk+_2.22.1.bbappend | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta-n450/recipes-gnome/gtk+/gtk+_2.22.1.bbappend (limited to 'meta-n450') 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 @@ +#-fomit-frame-pointer in default FULL_OPTIMIZATION will cause matchbox-panel segfault on n450 +FULL_OPTIMIZATION_n450 = "-fexpensive-optimizations -frename-registers -O2 -ggdb -feliminate-unused-debug-types" -- cgit v1.2.3-54-g00ecf