X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=6aaceec17ea2ef895bc80ac32dfce9f730613819;hb=99968853fcef73565a8289cf22b1e247ba504de4;hp=efe5c9704afaf41cb56ba9bd2c824ccbc3f58fee;hpb=9b733a81d6cd9a4abce30e42e8b180a4dcf4d1b7;p=pandora-kernel.git diff --git a/Makefile b/Makefile index efe5c9704afa..6aaceec17ea2 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 3 PATCHLEVEL = 2 -SUBLEVEL = 90 +SUBLEVEL = 99 EXTRAVERSION = NAME = Saber-toothed Squirrel @@ -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)