diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-12-02 18:59:10 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2006-12-02 18:59:10 +0000 |
commit | 94b56850212413f3cb412068f727795a11df408b (patch) | |
tree | d8ff8f6d86a8f58a2102074d0964266ed3ee71a0 /conf | |
parent | 857a4b5ba548f5bb797d1dc2efb42fa38792109a (diff) |
fetchmail: Move optimisation tweak to distro config (so it applies to all versions)
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/sharprom-compatible.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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 |