X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=Makefile;h=6aaceec17ea2ef895bc80ac32dfce9f730613819;hp=71876659ace608dd9d16205b5fffd1f4860830fb;hb=6b85c8c37160135bd9b3fb1dc652ddd230093c25;hpb=ac047b312a2945eea68a40f397bc0eebfa55f34d diff --git a/Makefile b/Makefile index 71876659ace6..6aaceec17ea2 100644 --- a/Makefile +++ b/Makefile @@ -631,6 +631,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)