From: Martin Jansa Date: Thu, 19 Aug 2010 21:27:47 +0000 (+0200) Subject: eglibc: fix typo in FULL_OPTIMIZATION override X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfb57804d1e083fa9ec39330aa81e4c685f8b8c1;p=openembedded.git eglibc: fix typo in FULL_OPTIMIZATION override --- diff --git a/conf/distro/include/sane-toolchain-eglibc.inc b/conf/distro/include/sane-toolchain-eglibc.inc index e0b09e3e84..8f07b96f1a 100644 --- a/conf/distro/include/sane-toolchain-eglibc.inc +++ b/conf/distro/include/sane-toolchain-eglibc.inc @@ -5,7 +5,7 @@ FULL_OPTIMIZATION = "-fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os" # Work-around for alignment traps when eglibc-2.12 is built with gcc-4.5* -FULL_OPTIMIZATION-pn-eglibc_arm = "-fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -ggdb3" +FULL_OPTIMIZATION_pn-eglibc_arm = "-fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -ggdb3" FULL_OPTIMIZATION_pn-perl = "-fexpensive-optimizations -fomit-frame-pointer -frename-registers -O1" FULL_OPTIMIZATION_sparc = "-fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2"