From de801d0367de2057d806c05453b0859eb8cfcc9d Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 21 Oct 2008 19:41:36 +0200 Subject: [PATCH] ignore gcc or binutils bug with kallsyms Works on i386 but not on e.g. armel-uclibcgnueabi. Don't care for now.. --- target/device/Arm/linux26.integrator926_huge.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/device/Arm/linux26.integrator926_huge.config b/target/device/Arm/linux26.integrator926_huge.config index 79a95a7..d52f0a8 100644 --- a/target/device/Arm/linux26.integrator926_huge.config +++ b/target/device/Arm/linux26.integrator926_huge.config @@ -57,7 +57,7 @@ CONFIG_EMBEDDED=y CONFIG_UID16=y CONFIG_SYSCTL_SYSCALL=y CONFIG_SYSCTL_SYSCALL_CHECK=y -CONFIG_KALLSYMS=y +# CONFIG_KALLSYMS is not set # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_HOTPLUG=y -- 2.11.4.GIT