From 088a50c52e6f720fdbd321871fb3e30e241508c5 Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Mon, 6 Jul 2015 16:34:35 -0400 Subject: Linux v4.2-rc1 - Disable debug options. - Add patch to fix perf build --- Kbuild-Add-an-option-to-enable-GCC-VTA.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Kbuild-Add-an-option-to-enable-GCC-VTA.patch') diff --git a/Kbuild-Add-an-option-to-enable-GCC-VTA.patch b/Kbuild-Add-an-option-to-enable-GCC-VTA.patch index cef2cbd33..f04707aa8 100644 --- a/Kbuild-Add-an-option-to-enable-GCC-VTA.patch +++ b/Kbuild-Add-an-option-to-enable-GCC-VTA.patch @@ -43,10 +43,10 @@ Signed-off-by: Josh Stone 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile -index 6c6f14628f32..144ffbb5af82 100644 +index 13270c0a9336..4ce793e576cf 100644 --- a/Makefile +++ b/Makefile -@@ -703,7 +703,11 @@ KBUILD_CFLAGS += -fomit-frame-pointer +@@ -701,7 +701,11 @@ KBUILD_CFLAGS += -fomit-frame-pointer endif endif @@ -59,7 +59,7 @@ index 6c6f14628f32..144ffbb5af82 100644 ifdef CONFIG_DEBUG_INFO ifdef CONFIG_DEBUG_INFO_SPLIT diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug -index b908048f8d6a..1bfb8e63218f 100644 +index e2894b23efb6..d98afe18f704 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -165,7 +165,23 @@ config DEBUG_INFO_DWARF4 -- cgit