From 0dcc4d239da78bc20b091d50c097c386e0e61902 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sun, 2 Apr 2017 11:53:42 +0200 Subject: kernel: update kernel 4.4 to 4.4.59 Signed-off-by: Hauke Mehrtens --- .../0552-kbuild-Steal-gcc-s-pie-from-the-very-beginning.patch | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'target/linux/brcm2708/patches-4.4/0552-kbuild-Steal-gcc-s-pie-from-the-very-beginning.patch') diff --git a/target/linux/brcm2708/patches-4.4/0552-kbuild-Steal-gcc-s-pie-from-the-very-beginning.patch b/target/linux/brcm2708/patches-4.4/0552-kbuild-Steal-gcc-s-pie-from-the-very-beginning.patch index 2361c75e69..ca8ff3d660 100644 --- a/target/linux/brcm2708/patches-4.4/0552-kbuild-Steal-gcc-s-pie-from-the-very-beginning.patch +++ b/target/linux/brcm2708/patches-4.4/0552-kbuild-Steal-gcc-s-pie-from-the-very-beginning.patch @@ -36,8 +36,6 @@ Signed-off-by: Greg Kroah-Hartman Makefile | 2 -- 1 file changed, 2 deletions(-) -diff --git a/Makefile b/Makefile -index c17219e..1099371 100644 --- a/Makefile +++ b/Makefile @@ -619,8 +619,6 @@ include arch/$(SRCARCH)/Makefile @@ -48,7 +46,4 @@ index c17219e..1099371 100644 -KBUILD_AFLAGS += $(call cc-option,-fno-PIE) ifdef CONFIG_CC_OPTIMIZE_FOR_SIZE - KBUILD_CFLAGS += -Os --- -2.1.4 - + KBUILD_CFLAGS += -Os $(EXTRA_OPTIMIZATION) -- cgit v1.2.3