arch/i386/Makefile | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN arch/i386/Makefile~kgdb-use-ggdb arch/i386/Makefile --- 25/arch/i386/Makefile~kgdb-use-ggdb 2003-05-31 11:32:03.000000000 -0700 +++ 25-akpm/arch/i386/Makefile 2003-05-31 11:32:13.000000000 -0700 @@ -81,7 +81,7 @@ core-$(CONFIG_X86_GENERICARCH) += arch/i # default subarch .h files mflags-y += -Iinclude/asm-i386/mach-default -mflags-$(CONFIG_KGDB) += -g +mflags-$(CONFIG_KGDB) += -ggdb mflags-$(CONFIG_KGDB_MORE) += $(shell echo $(CONFIG_KGDB_OPTIONS) | sed -e 's/"//g') head-y := arch/i386/kernel/head.o arch/i386/kernel/init_task.o _