fetchmail: Move optimisation tweak to distro config (so it applies to all versions)
authorRichard Purdie <rpurdie@rpsys.net>
Sat, 2 Dec 2006 18:59:10 +0000 (18:59 +0000)
committerRichard Purdie <rpurdie@rpsys.net>
Sat, 2 Dec 2006 18:59:10 +0000 (18:59 +0000)
conf/distro/sharprom-compatible.conf
packages/fetchmail/fetchmail_6.2.5.bb

index 7270e52..38ec778 100644 (file)
@@ -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
index 2a81319..89df7fe 100644 (file)
@@ -16,8 +16,6 @@ SRC_URI = "${DEBIAN_MIRROR}/main/f/${PN}/${PN}_${PV}.orig.tar.gz \
 
 inherit autotools gettext
 
-FULL_OPTIMIZATION_sharprom-compatible = "-fexpensive-optimizations -fomit-frame-pointer -O1"
-
 do_configure_prepend () {
        if [ ! -e acinclude.m4 ]; then
                cat aclocal.m4 > acinclude.m4