From 530ca23ff9d1f88823211f86060a85b6477c1284 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Thu, 19 Mar 2009 11:10:17 -0700 Subject: [PATCH] --- yaml --- r: 132481 b: refs/heads/master c: 68df3755e383e6fecf2354a67b08f92f18536594 h: refs/heads/master i: 132479: 224ea0821678bc6b51eef40789b38aa3efb26039 v: v3 --- [refs] | 2 +- trunk/Makefile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 603d905f7804..91e68cbbefa4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a1e4ee22863d41a6fbb24310d7951836cb6dafe7 +refs/heads/master: 68df3755e383e6fecf2354a67b08f92f18536594 diff --git a/trunk/Makefile b/trunk/Makefile index 2e2f4a4324af..f607658ac896 100644 --- a/trunk/Makefile +++ b/trunk/Makefile @@ -347,6 +347,7 @@ KBUILD_CPPFLAGS := -D__KERNEL__ KBUILD_CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \ -fno-strict-aliasing -fno-common \ -Werror-implicit-function-declaration +KBUILD_CFLAGS += $(call cc-option,-fwrapv) KBUILD_AFLAGS := -D__ASSEMBLY__ # Read KERNELRELEASE from include/config/kernel.release (if it exists)