global cflags: remove -funit-at-a-time, it is ignored by recent compilers. instead add -fno-caller-saves, which improves compression ratio for generated code with no apparent negative effects on performance
SVN-Revision: 26300
This commit is contained in:
@@ -10,7 +10,7 @@ ARCH:=arm
|
||||
BOARD:=orion
|
||||
BOARDNAME:=Marvell Orion
|
||||
SUBTARGETS:=generic harddisk
|
||||
CFLAGS=-Os -pipe -march=armv5t -mtune=xscale -funit-at-a-time
|
||||
CFLAGS=-Os -pipe -march=armv5t -mtune=xscale -fno-caller-saves
|
||||
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
|
||||
|
||||
LINUX_VERSION:=2.6.37.4
|
||||
|
||||
Reference in New Issue
Block a user