diff options
author | Josh Boyer <jwboyer@fedoraproject.org> | 2015-02-18 16:50:20 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@fedoraproject.org> | 2015-02-18 16:50:20 -0500 |
commit | 6bfe64015d0818752c85fffeea6291ad4edcca8f (patch) | |
tree | 0b06306c3c0a7ea97bb447ced7889628e0382f4b /Kbuild-Add-an-option-to-enable-GCC-VTA.patch | |
parent | 25e750dec7c1d6327076a86e7b9dea739f1d1341 (diff) | |
download | kernel-6bfe64015d0818752c85fffeea6291ad4edcca8f.tar.gz kernel-6bfe64015d0818752c85fffeea6291ad4edcca8f.tar.xz kernel-6bfe64015d0818752c85fffeea6291ad4edcca8f.zip |
Linux v3.19-8784-gb2b89ebfc0f0
Diffstat (limited to 'Kbuild-Add-an-option-to-enable-GCC-VTA.patch')
-rw-r--r-- | Kbuild-Add-an-option-to-enable-GCC-VTA.patch | 8 |
1 files changed, 4 insertions, 4 deletions
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 <jistone@redhat.com> 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 |