X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;ds=sidebyside;f=arch%2Fi386%2FMakefile;h=6dc5e5d90fec10d694b030a14ce837b67d2684d2;hb=6d208b39c45edee5def6c201fcd51561c5a39828;hp=f7ac1aea1d8a05e635828e1b8356da975123d3c3;hpb=f0eef25339f92f7cd4aeea23d9ae97987a5a1e82;p=powerpc.git diff --git a/arch/i386/Makefile b/arch/i386/Makefile index f7ac1aea1d..6dc5e5d90f 100644 --- a/arch/i386/Makefile +++ b/arch/i386/Makefile @@ -31,10 +31,10 @@ LDFLAGS_vmlinux := --emit-relocs endif CHECKFLAGS += -D__i386__ -CFLAGS += -pipe -msoft-float -mregparm=3 +CFLAGS += -pipe -msoft-float -mregparm=3 -freg-struct-return # prevent gcc from keeping the stack 16 byte aligned -CFLAGS += $(call cc-option,-mpreferred-stack-boundary=2) +CFLAGS += -mpreferred-stack-boundary=4 # CPU-specific tuning. Anything which can be shared with UML should go here. include $(srctree)/arch/i386/Makefile.cpu