X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=Makefile;h=eb59638035dd6fe1d0e7aac80b1357aae565c7eb;hb=6200b430220f3b9207861b16f57916950f4ecd8e;hp=3f4d157add54018fbea707a8129f2326b463dec6;hpb=c6479d6257e093ccbb1ae1ff84901794cbe2d73f;p=uclinux-h8%2Flinux.git diff --git a/Makefile b/Makefile index 3f4d157add54..eb59638035dd 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ VERSION = 4 PATCHLEVEL = 15 SUBLEVEL = 0 -EXTRAVERSION = -rc3 +EXTRAVERSION = -rc7 NAME = Fearless Coyote # *DOCUMENTATION* @@ -789,6 +789,9 @@ KBUILD_CFLAGS += $(call cc-disable-warning, pointer-sign) # disable invalid "can't wrap" optimizations for signed / pointers KBUILD_CFLAGS += $(call cc-option,-fno-strict-overflow) +# Make sure -fstack-check isn't enabled (like gentoo apparently did) +KBUILD_CFLAGS += $(call cc-option,-fno-stack-check,) + # conserve stack if available KBUILD_CFLAGS += $(call cc-option,-fconserve-stack)