Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.6.16.55 /Makefile

Filename:/Makefile
Lines Added:6
Lines Deleted:3
Also changed in: (Previous) 2.6.16.54  2.6.16.53  2.6.16.52  2.6.16.51  2.6.16.50  2.6.16.49 
(Following) 2.6.16.56  2.6.16.57  2.6.16.58  2.6.16.59  2.6.16.60  2.6.16.61 

Location
[  2.6.16.55
   o  Makefile

Patch

diff --git a/Makefile b/Makefile
index cb57905..ba000db 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
 VERSION = 2
 PATCHLEVEL = 6
 SUBLEVEL = 16
-EXTRAVERSION =
-NAME=Sliding Snow Leopard
+EXTRAVERSION = .55
+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)


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.