]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - Makefile
Linux 2.6.27.29
[karo-tx-linux.git] / Makefile
index 9cbe9a4e23edc2c93eea4a98938bf8c10a53e08c..47d46f47ef2296761a9ece42841fd67e8a3a6ff4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 VERSION = 2
 PATCHLEVEL = 6
 SUBLEVEL = 27
-EXTRAVERSION = .26
+EXTRAVERSION = .29
 NAME = Trembling Tortoise
 
 # *DOCUMENTATION*
@@ -557,7 +557,7 @@ KBUILD_CFLAGS += $(call cc-option,-Wdeclaration-after-statement,)
 KBUILD_CFLAGS += $(call cc-option,-Wno-pointer-sign,)
 
 # disable invalid "can't wrap" optimzations for signed / pointers
-KBUILD_CFLAGS  += $(call cc-option,-fwrapv)
+KBUILD_CFLAGS  += $(call cc-option,-fno-strict-overflow)
 
 # Add user supplied CPPFLAGS, AFLAGS and CFLAGS as the last assignments
 # But warn user when we do so