X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=534c09c255de57a41cc7146e22661f5499573d6e;hb=14cae9bd2faf6d0d75702c2e107e75207bcdfec1;hp=4df9873f83b275a48037e86e058208fa9c6baffc;hpb=d56557af19867edb8c0e96f8e26399698a08857f;p=pandora-kernel.git diff --git a/Makefile b/Makefile index 4df9873f83b2..534c09c255de 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 36 -EXTRAVERSION = -rc3 +EXTRAVERSION = -rc7 NAME = Sheep on Meth # *DOCUMENTATION* @@ -591,6 +591,11 @@ KBUILD_CFLAGS += $(call cc-option,-fno-strict-overflow) # conserve stack if available KBUILD_CFLAGS += $(call cc-option,-fconserve-stack) +# check for 'asm goto' +ifeq ($(shell $(CONFIG_SHELL) $(srctree)/scripts/gcc-goto.sh $(CC)), y) + KBUILD_CFLAGS += -DCC_HAVE_ASM_GOTO +endif + # Add user supplied CPPFLAGS, AFLAGS and CFLAGS as the last assignments # But warn user when we do so warn-assign = \