From 94b56850212413f3cb412068f727795a11df408b Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 2 Dec 2006 18:59:10 +0000 Subject: fetchmail: Move optimisation tweak to distro config (so it applies to all versions) --- conf/distro/sharprom-compatible.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'conf') diff --git a/conf/distro/sharprom-compatible.conf b/conf/distro/sharprom-compatible.conf index 7270e52484..38ec778b7a 100644 --- a/conf/distro/sharprom-compatible.conf +++ b/conf/distro/sharprom-compatible.conf @@ -16,6 +16,7 @@ TARGET_FPU = "" TARGET_ARCH = "arm" TARGET_CC_ARCH = "-march=armv4" FULL_OPTIMIZATION = "-fexpensive-optimizations -fomit-frame-pointer -O2" +FULL_OPTIMIZATION_pn-fetchmail = "-fexpensive-optimizations -fomit-frame-pointer -O1" OEINCLUDELOGS = "yes" KERNEL_CONSOLE = "tty1" # prebuilt toolchain doesn't know about -isystem -- cgit v1.2.3