Fix the glibc build by setting the FULL_OPTIMIZATION back to the OE
authorJohn Bowler <jbowler@nslu2-linux.org>
Tue, 26 Jul 2005 05:33:53 +0000 (05:33 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 26 Jul 2005 05:33:53 +0000 (05:33 +0000)
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).

conf/distro/unslung.conf

index 76e063d..e250b64 100644 (file)
@@ -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"