global cflags: remove -funit-at-a-time, it is ignored by recent compilers. instead...
authorFelix Fietkau <nbd@openwrt.org>
Sat, 26 Mar 2011 01:07:12 +0000 (01:07 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 26 Mar 2011 01:07:12 +0000 (01:07 +0000)
commit335877a2b3220b9b0a901fe7af038c04ca1a2e8b
tree01e31e4de2584776d90dd776e505dfa637933e13
parent963b90bb5a2124d4afafbea7e55bbda0a8b0e4a2
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
25 files changed:
include/target.mk
target/linux/ar71xx/Makefile
target/linux/at91/Makefile
target/linux/cns21xx/Makefile
target/linux/cns3xxx/Makefile
target/linux/cobalt/Makefile
target/linux/ep93xx/Makefile
target/linux/gemini/Makefile
target/linux/goldfish/Makefile
target/linux/imx21/Makefile
target/linux/lantiq/Makefile
target/linux/leon/Makefile
target/linux/malta/Makefile
target/linux/mpc52xx/Makefile
target/linux/mpc83xx/Makefile
target/linux/mpc85xx/Makefile
target/linux/octeon/Makefile
target/linux/orion/Makefile
target/linux/ppc40x/Makefile
target/linux/ppc44x/Makefile
target/linux/ramips/Makefile
target/linux/rdc/Makefile
target/linux/realview/Makefile
target/linux/s3c24xx/Makefile
target/linux/sibyte/Makefile