From: agaffney Date: Thu, 28 Aug 2008 12:33:34 +0000 (-0500) Subject: Disabled CONFIG_DEBUG_INFO in x86{,_64} kconfigs X-Git-Tag: v3.4.10.902~49 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=db003a6d50a619ecbbffae027138feb4ce99dd6b;p=genkernel.git Disabled CONFIG_DEBUG_INFO in x86{,_64} kconfigs --- diff --git a/ChangeLog b/ChangeLog index 430530c..1d1a630 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2008 Gentoo Foundation; 2008 Chris Gianelloni # Distributed under the GPL v2 + 28 Aug 2008; Andrew Gaffney arch/x86/kernel-config, + arch/x86_64/kernel-config: + Disabled CONFIG_DEBUG_INFO in x86{,_64} kconfigs + 25 Aug 2008; Andrew Gaffney +patches/busybox/1.7.4/README: Add README to busybox patches dir diff --git a/arch/x86/kernel-config b/arch/x86/kernel-config index 5f8c2ad..27a1e9c 100644 --- a/arch/x86/kernel-config +++ b/arch/x86/kernel-config @@ -3487,7 +3487,7 @@ CONFIG_DEBUG_MUTEXES=y # CONFIG_DEBUG_KOBJECT is not set # CONFIG_DEBUG_HIGHMEM is not set CONFIG_DEBUG_BUGVERBOSE=y -CONFIG_DEBUG_INFO=y +# CONFIG_DEBUG_INFO is not set # CONFIG_DEBUG_VM is not set # CONFIG_DEBUG_LIST is not set # CONFIG_DEBUG_SG is not set diff --git a/arch/x86_64/kernel-config b/arch/x86_64/kernel-config index 137712a..cfadcc7 100644 --- a/arch/x86_64/kernel-config +++ b/arch/x86_64/kernel-config @@ -2925,7 +2925,7 @@ CONFIG_DEBUG_MUTEXES=y # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set # CONFIG_DEBUG_KOBJECT is not set CONFIG_DEBUG_BUGVERBOSE=y -CONFIG_DEBUG_INFO=y +# CONFIG_DEBUG_INFO is not set # CONFIG_DEBUG_VM is not set # CONFIG_DEBUG_LIST is not set # CONFIG_DEBUG_SG is not set