From 307434ce12c8217aca063f68eeca3abf104ec8ed Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Wed, 30 Jan 2008 13:30:39 +0100 Subject: [PATCH] --- yaml --- r: 79825 b: refs/heads/master c: 8c4385d7f5b77415156c9b900016cc8161d49f17 h: refs/heads/master i: 79823: 113233cd9fd91d3236aa43d06fdd4849547dff8b v: v3 --- [refs] | 2 +- trunk/arch/x86/Makefile_32 | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 8d7df3761a5f..868ee96fce97 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1c69524c2e5b83e52a098ebdeb4a8b52169f6a03 +refs/heads/master: 8c4385d7f5b77415156c9b900016cc8161d49f17 diff --git a/trunk/arch/x86/Makefile_32 b/trunk/arch/x86/Makefile_32 index f806ceccff7a..b152db71d5b5 100644 --- a/trunk/arch/x86/Makefile_32 +++ b/trunk/arch/x86/Makefile_32 @@ -48,10 +48,6 @@ include $(srctree)/arch/x86/Makefile_32.cpu # temporary until string.h is fixed cflags-y += -ffreestanding -# 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 ;)