X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=865126614a33ddacb987141567c8c3fbd02ede5f;hb=00e8976200665eec2fa9264d61885b4d1384d4f0;hp=031b61cb5274f1d520b7f95fe44fd66b742d16d4;hpb=2637d139fb9a1bd428a003b7671fda40a034854f;p=pandora-kernel.git diff --git a/Makefile b/Makefile index 031b61cb5274..865126614a33 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 36 -EXTRAVERSION = -rc2 +EXTRAVERSION = -rc5 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 = \