From: John Bowler Date: Tue, 26 Jul 2005 05:33:53 +0000 (+0000) Subject: Fix the glibc build by setting the FULL_OPTIMIZATION back to the OE X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8492ffef84d19f1d066625dbb9d36f4c22ff36ea;p=openembedded.git 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). --- 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"