X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=Makefile;h=659833fa2e480dc0d93b234ef1afd48da26beb75;hb=51e4ab6cf5eb8c000ef61fa862a6b610a5d2189d;hp=3933cfc3e3fc2845804881bc024c20fd09aa8a79;hpb=dbb676d1214c181e6cde4ce67b7bf012d071f1ed;p=karo-tx-linux.git diff --git a/Makefile b/Makefile index 3933cfc3e3fc..659833fa2e48 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 16 -EXTRAVERSION = .2 -NAME=Sliding Snow Leopard +EXTRAVERSION = .47 +NAME=Stable Penguin # *DOCUMENTATION* # To see a list of typical targets execute "make help" @@ -511,6 +511,8 @@ CFLAGS += $(call add-align,CONFIG_CC_ALIGN_LABELS,-labels) CFLAGS += $(call add-align,CONFIG_CC_ALIGN_LOOPS,-loops) CFLAGS += $(call add-align,CONFIG_CC_ALIGN_JUMPS,-jumps) +include $(srctree)/arch/$(ARCH)/Makefile + ifdef CONFIG_FRAME_POINTER CFLAGS += -fno-omit-frame-pointer $(call cc-option,-fno-optimize-sibling-calls,) else @@ -521,7 +523,8 @@ ifdef CONFIG_DEBUG_INFO CFLAGS += -g endif -include $(srctree)/arch/$(ARCH)/Makefile +# Force gcc to behave correct even for buggy distributions +CFLAGS += $(call cc-option, -fno-stack-protector) # arch Makefile may override CC so keep this after arch Makefile is included NOSTDINC_FLAGS += -nostdinc -isystem $(shell $(CC) -print-file-name=include)