X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=534c09c255de57a41cc7146e22661f5499573d6e;hb=14cae9bd2faf6d0d75702c2e107e75207bcdfec1;hp=031b61cb5274f1d520b7f95fe44fd66b742d16d4;hpb=b4c69d45c4c0d7480e9df183ebda62148984af25;p=pandora-kernel.git diff --git a/Makefile b/Makefile index 031b61cb5274..534c09c255de 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 36 -EXTRAVERSION = -rc2 +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 = \