Signed-off-by: Andrew Morton --- arch/i386/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff -puN arch/i386/Makefile~x86_64-mm-remove-maccumulate-outgoing-args arch/i386/Makefile --- a/arch/i386/Makefile~x86_64-mm-remove-maccumulate-outgoing-args +++ a/arch/i386/Makefile @@ -46,10 +46,6 @@ cflags-y += -ffreestanding # newer gccs do it by default cflags-y += -maccumulate-outgoing-args -# this works around some issues with generating unwind tables in older gccs -# newer gccs do it by default -cflags-y += -maccumulate-outgoing-args - # Disable unit-at-a-time mode on pre-gcc-4.0 compilers, it makes gcc use # a lot more stack due to the lack of sharing of stacklots: KBUILD_CFLAGS += $(shell if [ $(call cc-version) -lt 0400 ] ; then echo $(call cc-option,-fno-unit-at-a-time); fi ;) _