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

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

Advertisement

Kernel v2.6.28.9 /Makefile

Filename:/Makefile
Lines Added:4
Lines Deleted:1
Also changed in: (Previous) 2.6.28.9-rc1  2.6.28.8  2.6.28.8-rc1  2.6.28.7  2.6.28.7-rc1  2.6.28.6 
(Following) 2.6.28.10-rc1  2.6.28.10  2.6.29  2.6.29-git1  2.6.29-git2  2.6.29-git3 

Location
[  2.6.28.9
   o  Makefile

Patch

diff --git a/Makefile b/Makefile
index 71e98e9..17bfe08 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 VERSION = 2
 PATCHLEVEL = 6
 SUBLEVEL = 28
-EXTRAVERSION =
+EXTRAVERSION = .9
 NAME = Erotic Pickled Herring
 
 # *DOCUMENTATION*
@@ -555,6 +555,9 @@ KBUILD_CFLAGS += $(call cc-option,-Wdeclaration-after-statement,)
 # disable pointer signed / unsigned warnings in gcc 4.0
 KBUILD_CFLAGS += $(call cc-option,-Wno-pointer-sign,)
 
+# disable invalid "can't wrap" optimzations for signed / pointers
+KBUILD_CFLAGS   += $(call cc-option,-fwrapv)
+
 # Add user supplied CPPFLAGS, AFLAGS and CFLAGS as the last assignments
 # But warn user when we do so
 warn-assign = \


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