From: Florian Fainelli Date: Fri, 24 Apr 2009 09:28:28 +0000 (+0000) Subject: override default i486 CFLAGS, produce smaller executables for these systems X-Git-Tag: reboot~23888 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=160c1b64b49328a2d15659e21ef8b3ac5b56febd;p=openwrt%2Fstaging%2Flynxis.git override default i486 CFLAGS, produce smaller executables for these systems SVN-Revision: 15374 --- diff --git a/target/linux/rdc/Makefile b/target/linux/rdc/Makefile index 55600f910e..1e2083e9ae 100644 --- a/target/linux/rdc/Makefile +++ b/target/linux/rdc/Makefile @@ -10,6 +10,7 @@ ARCH:=i386 BOARD:=rdc BOARDNAME:=RDC 321x FEATURES:=squashfs jffs2 pci usb +CFLAGS:=-Os -pipe -march=i486 -funit-at-a-time LINUX_VERSION:=2.6.24.7