From: Rod Whitby Date: Tue, 13 Feb 2007 01:52:03 +0000 (+0000) Subject: slugos.inc: Put FULL_OPTIMIZATION flags in a single line, otherwise configure barfs... X-Git-Tag: Release-2010-05/1~9230^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa619a190201f2f5e517f8ef585da00b18451505;p=openembedded.git slugos.inc: Put FULL_OPTIMIZATION flags in a single line, otherwise configure barfs when building cyrus-sasl and gdb. Go figure. --- diff --git a/conf/distro/include/slugos.inc b/conf/distro/include/slugos.inc index a26a069fa0..0a11c0e8ac 100644 --- a/conf/distro/include/slugos.inc +++ b/conf/distro/include/slugos.inc @@ -49,9 +49,7 @@ INHERIT += "package_ipk debian multimachine" # values are.) The -fno options are an attempt to cancel explicit use of space # consuming options found in some packages (this isn't a complete list, this is # just the ones which package writers seem to know about and abuse). -FULL_OPTIMIZATION = "-Os -fomit-frame-pointer -frename-registers \ - -fno-unroll-loops -fno-inline-functions \ - -fweb -funit-at-a-time" +FULL_OPTIMIZATION = "-Os -fomit-frame-pointer -frename-registers -fno-unroll-loops -fno-inline-functions -fweb -funit-at-a-time" #---------------------------------------------------------------------------------- # FEEDS