From 6bfe64015d0818752c85fffeea6291ad4edcca8f Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Wed, 18 Feb 2015 16:50:20 -0500 Subject: Linux v3.19-8784-gb2b89ebfc0f0 --- Kbuild-Add-an-option-to-enable-GCC-VTA.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 b1d8730f2..d03ace314 100644 --- a/Kbuild-Add-an-option-to-enable-GCC-VTA.patch +++ b/Kbuild-Add-an-option-to-enable-GCC-VTA.patch @@ -43,7 +43,7 @@ Signed-off-by: Josh Stone 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile -index 33cb15efd257..1eafc166bffd 100644 +index dd8796caa239..edbbaccff485 100644 --- a/Makefile +++ b/Makefile @@ -706,7 +706,11 @@ KBUILD_CFLAGS += -fomit-frame-pointer @@ -59,7 +59,7 @@ index 33cb15efd257..1eafc166bffd 100644 ifdef CONFIG_DEBUG_INFO ifdef CONFIG_DEBUG_INFO_SPLIT diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug -index ecb3516f6546..f9fd2dbc72c4 100644 +index c5cefb3c009c..b663e8e211b0 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -165,7 +165,23 @@ config DEBUG_INFO_DWARF4 @@ -85,8 +85,8 @@ index ecb3516f6546..f9fd2dbc72c4 100644 + environment to automatically compile everything both ways, + generating an error if anything differs. - config ENABLE_WARN_DEPRECATED - bool "Enable __deprecated logic" + config GDB_SCRIPTS + bool "Provide GDB scripts for kernel debugging" -- 2.1.0 -- cgit