]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
Merge commit 'v2.6.29-rc8' into tracing/ftrace
authorIngo Molnar <mingo@elte.hu>
Fri, 13 Mar 2009 05:29:58 +0000 (06:29 +0100)
committerIngo Molnar <mingo@elte.hu>
Fri, 13 Mar 2009 05:29:58 +0000 (06:29 +0100)
1  2 
Makefile

diff --combined Makefile
index 69b8091bfed17ddd10288b7df6c88a55b416c48b,2e2f4a4324af777e66ffd333f7b3e44c8d5e243b..46c04c546ee2d4676693289f54270391fb15ad97
+++ b/Makefile
@@@ -1,7 -1,7 +1,7 @@@
  VERSION = 2
  PATCHLEVEL = 6
  SUBLEVEL = 29
- EXTRAVERSION = -rc7
+ EXTRAVERSION = -rc8
  NAME = Erotic Pickled Herring
  
  # *DOCUMENTATION*
@@@ -533,9 -533,8 +533,9 @@@ KBUILD_CFLAGS += $(call cc-option,-Wfra
  endif
  
  # Force gcc to behave correct even for buggy distributions
 -# Arch Makefiles may override this setting
 +ifndef CONFIG_CC_STACKPROTECTOR
  KBUILD_CFLAGS += $(call cc-option, -fno-stack-protector)
 +endif
  
  ifdef CONFIG_FRAME_POINTER
  KBUILD_CFLAGS += -fno-omit-frame-pointer -fno-optimize-sibling-calls