Whamcloud - gitweb
file configurable-x86-stack-2.4.22-rh.patch was initially added on branch b_devel.
[fs/lustre-release.git] / lustre / kernel_patches / patches / kgdb-use-ggdb-2.5.73.patch
1  arch/i386/Makefile |    2 +-
2  1 files changed, 1 insertion(+), 1 deletion(-)
3
4 diff -puN arch/i386/Makefile~kgdb-use-ggdb arch/i386/Makefile
5 --- 25/arch/i386/Makefile~kgdb-use-ggdb 2003-06-14 22:54:41.000000000 -0700
6 +++ 25-akpm/arch/i386/Makefile  2003-06-14 22:54:41.000000000 -0700
7 @@ -85,7 +85,7 @@ mcore-$(CONFIG_X86_ES7000)    := mach-es700
8  # default subarch .h files
9  mflags-y += -Iinclude/asm-i386/mach-default
10  
11 -mflags-$(CONFIG_KGDB) += -g
12 +mflags-$(CONFIG_KGDB) += -ggdb
13  mflags-$(CONFIG_KGDB_MORE) += $(shell echo $(CONFIG_KGDB_OPTIONS) | sed -e 's/"//g')
14  
15  head-y := arch/i386/kernel/head.o arch/i386/kernel/init_task.o
16
17 _