diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2016-11-12 14:52:47 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-11-16 10:54:33 +0100 |
commit | 3bbc3bd1bd009c9ede25c9cbccf2da06ac355e0f (patch) | |
tree | 1a16df5b84204c8431e02d43071bf6413e67f198 /target/linux/generic/patches-4.4/201-extra_optimization.patch | |
parent | 7ee6ab1a317d463ce563b1505f3dc986655fda28 (diff) | |
download | upstream-3bbc3bd1bd009c9ede25c9cbccf2da06ac355e0f.tar.gz upstream-3bbc3bd1bd009c9ede25c9cbccf2da06ac355e0f.tar.bz2 upstream-3bbc3bd1bd009c9ede25c9cbccf2da06ac355e0f.zip |
kernel: update kernel 4.4 to version 4.4.31
+ Refresh patches
compile/run-tested on cns3xxx & imx6.
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/generic/patches-4.4/201-extra_optimization.patch')
-rw-r--r-- | target/linux/generic/patches-4.4/201-extra_optimization.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-4.4/201-extra_optimization.patch b/target/linux/generic/patches-4.4/201-extra_optimization.patch index 508627a7e4..d2f6642226 100644 --- a/target/linux/generic/patches-4.4/201-extra_optimization.patch +++ b/target/linux/generic/patches-4.4/201-extra_optimization.patch @@ -1,7 +1,7 @@ --- a/Makefile +++ b/Makefile -@@ -619,12 +619,12 @@ KBUILD_CFLAGS += $(call cc-option,-fno-d - KBUILD_CFLAGS += $(call cc-disable-warning,maybe-uninitialized,) +@@ -620,12 +620,12 @@ KBUILD_CFLAGS += $(call cc-disable-warni + KBUILD_CFLAGS += $(call cc-disable-warning,frame-address,) ifdef CONFIG_CC_OPTIMIZE_FOR_SIZE -KBUILD_CFLAGS += -Os |