diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-07-26 05:33:53 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-26 05:33:53 +0000 |
commit | 8492ffef84d19f1d066625dbb9d36f4c22ff36ea (patch) | |
tree | 9fd307f66ebb3ad9a1362ce38070747c0783f2e3 /conf/distro/unslung.conf | |
parent | 0cc7fcdcbdb02059f4893013a772a4bfda680420 (diff) |
Fix the glibc build by setting the FULL_OPTIMIZATION back to the OE
default (it should probably be tuned, but the setting which is selected
for openslug and seems to be best for NSLU2 causes the unslung glibc to
fail to build).
Diffstat (limited to 'conf/distro/unslung.conf')
-rw-r--r-- | conf/distro/unslung.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/distro/unslung.conf b/conf/distro/unslung.conf index 76e063d6cb..e250b64c41 100644 --- a/conf/distro/unslung.conf +++ b/conf/distro/unslung.conf @@ -16,6 +16,8 @@ include conf/distro/freeze.conf TARGET_FPU = "soft" TARGET_OS = "linux" +FULL_OPTIMIZATION = "-fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2" + INHERIT += " package_ipk nslu2_flashimg" IMAGE_FSTYPE = "jffs2" |