Browse Source

override default i486 CFLAGS, produce smaller executables for these systems

SVN-Revision: 15374
Florian Fainelli 17 years ago
parent
commit
160c1b64b4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      target/linux/rdc/Makefile

+ 1 - 0
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