[oe-commits] org.oe.dev slugos.inc: Put FULL_OPTIMIZATION flags in a single line, otherwise configure barfs when building cyrus-sasl and gdb. Go figure.

rwhitby commit openembedded-commits at lists.openembedded.org
Tue Feb 13 02:56:04 UTC 2007


slugos.inc: Put FULL_OPTIMIZATION flags in a single line, otherwise configure barfs when building cyrus-sasl and gdb.  Go figure.

Author: rwhitby at nslu2-linux.org
Branch: org.openembedded.dev
Revision: aad5df383bc434cd0878ee0c422e02a150f54887
ViewMTN: http://monotone.openembedded.org/revision.psp?id=aad5df383bc434cd0878ee0c422e02a150f54887
Files:
1
conf/distro/include/slugos.inc
Diffs:

#
# mt diff -r73565b933f3ebafee6a4ae23b7c47ef794c47dc8 -raad5df383bc434cd0878ee0c422e02a150f54887
#
# 
# 
# patch "conf/distro/include/slugos.inc"
#  from [44acef7fe9ba49c9885d1ba13e8ef25544336d7d]
#    to [b7417f886e94a6f33105901d3fb8c751ae1341e0]
# 
============================================================
--- conf/distro/include/slugos.inc	44acef7fe9ba49c9885d1ba13e8ef25544336d7d
+++ conf/distro/include/slugos.inc	b7417f886e94a6f33105901d3fb8c751ae1341e0
@@ -49,9 +49,7 @@ INHERIT += "package_ipk debian multimach
 #    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






More information about the Openembedded-commits mailing list