From 8492ffef84d19f1d066625dbb9d36f4c22ff36ea Mon Sep 17 00:00:00 2001 From: John Bowler Date: Tue, 26 Jul 2005 05:33:53 +0000 Subject: 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). --- conf/distro/unslung.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf') 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" -- cgit v1.2.3