From 125e49460119866cb5be71134057cd16f840fe36 Mon Sep 17 00:00:00 2001 From: Roland Hieber Date: Thu, 15 Nov 2018 10:52:11 +0100 Subject: rpi: kernel: USELIB is only needed for libc ≤ 5, disable it MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Hieber --- configs/platform-rpi/kernelconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/platform-rpi/kernelconfig') diff --git a/configs/platform-rpi/kernelconfig b/configs/platform-rpi/kernelconfig index d51571f..a715254 100644 --- a/configs/platform-rpi/kernelconfig +++ b/configs/platform-rpi/kernelconfig @@ -37,7 +37,7 @@ CONFIG_SYSVIPC=y CONFIG_SYSVIPC_SYSCTL=y # CONFIG_POSIX_MQUEUE is not set CONFIG_CROSS_MEMORY_ATTACH=y -CONFIG_USELIB=y +# CONFIG_USELIB is not set CONFIG_AUDIT=y CONFIG_HAVE_ARCH_AUDITSYSCALL=y CONFIG_AUDITSYSCALL=y -- cgit v1.2.3