diff options
author | Josh Boyer <jwboyer@fedoraproject.org> | 2015-05-04 10:12:29 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@fedoraproject.org> | 2015-05-04 10:12:29 -0400 |
commit | d0e1dabbc9c0ccb161366129a035401d8b03ddca (patch) | |
tree | 2ab706cdb79faf7402e78f0ce05f9c6ddc08053b /Kbuild-Add-an-option-to-enable-GCC-VTA.patch | |
parent | 147ecfb6e4b16976ce1e7d6663888cba85123184 (diff) | |
download | kernel-d0e1dabbc9c0ccb161366129a035401d8b03ddca.tar.gz kernel-d0e1dabbc9c0ccb161366129a035401d8b03ddca.tar.xz kernel-d0e1dabbc9c0ccb161366129a035401d8b03ddca.zip |
Linux v4.1-rc2
- Disable debugging options.
Diffstat (limited to 'Kbuild-Add-an-option-to-enable-GCC-VTA.patch')
-rw-r--r-- | Kbuild-Add-an-option-to-enable-GCC-VTA.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Kbuild-Add-an-option-to-enable-GCC-VTA.patch b/Kbuild-Add-an-option-to-enable-GCC-VTA.patch index 717ed70d7..7c1f29ffd 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 7ff1239f9cd2..eaffb6f8ed36 100644 +index 2da553fd7fc3..32f118807d2a 100644 --- a/Makefile +++ b/Makefile @@ -704,7 +704,11 @@ KBUILD_CFLAGS += -fomit-frame-pointer @@ -88,5 +88,5 @@ index 17670573dda8..d23b7c975eb5 100644 config GDB_SCRIPTS bool "Provide GDB scripts for kernel debugging" -- -2.1.0 +2.3.6 |