[oe-commits] org.oe.dev slugos.conf: Fix FULL_OPTIMIZATION, cause it broke the wireshark package by using gcc 4 specific options.

rwhitby commit openembedded-commits at lists.openembedded.org
Thu Mar 22 07:44:18 UTC 2007


slugos.conf: Fix FULL_OPTIMIZATION, cause it broke the wireshark package by using gcc 4 specific options.

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

#
# mt diff -rdeea48bf1d91d18ec789399786d7a0a1dcae10c8 -r95ffaab055870c76f5eb0ea2f12f7567814f832b
#
# 
# 
# patch "conf/distro/include/slugos.inc"
#  from [146c1cff378d9da612af89478f682e46b15bc2e7]
#    to [451e0442b0304f528d736528359681c19f8c80ca]
# 
============================================================
--- conf/distro/include/slugos.inc	146c1cff378d9da612af89478f682e46b15bc2e7
+++ conf/distro/include/slugos.inc	451e0442b0304f528d736528359681c19f8c80ca
@@ -43,13 +43,7 @@ INHERIT += "package_ipk debian multimach
 
 # FULL_OPTIMIZATION
 #    Optimization settings.  Os works fine and is significantly better than O2.
-#    The other settings are somewhat arbitrary.  The optimisations chosen here
-#    include the ones which 'break' symbolic debugging (because the compiler does
-#    not include enough information to allow the debugger to know where given
-#    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 = "-fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os"
 
 #----------------------------------------------------------------------------------
 # FEEDS






More information about the Openembedded-commits mailing list