summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2005-07-26 05:33:53 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-26 05:33:53 +0000
commit8492ffef84d19f1d066625dbb9d36f4c22ff36ea (patch)
tree9fd307f66ebb3ad9a1362ce38070747c0783f2e3
parent0cc7fcdcbdb02059f4893013a772a4bfda680420 (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).
-rw-r--r--conf/distro/unslung.conf2
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"