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)
commit027a822d194076c4e99efe36f158946fcfdd05c1
tree382c5fca0553805fc90c7540e5d3154787ba9786
parent7ca7f2f8544b9bc44368c11c5924a08008000012
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