From 6b679f6377235787bd1570859126730974566633 Mon Sep 17 00:00:00 2001 From: Marc Kleine-Budde Date: Fri, 1 Feb 2013 12:12:21 +0100 Subject: libc: let LIBC_ symbols always be selectable ...even if no libc is activated. E.g. when using a static only toolchain, like cortex-m3. This fixes the following warnings: warning: (...) selects LIBC_DL which has unmet direct dependencies (LIBC) Signed-off-by: Marc Kleine-Budde --- rules/libc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rules/libc.in') diff --git a/rules/libc.in b/rules/libc.in index 63bb47226..b4aa3b9f2 100644 --- a/rules/libc.in +++ b/rules/libc.in @@ -28,6 +28,8 @@ endchoice source "generated/libc.in" +endif + config LIBC_C bool select GLIBC_C if LIBC_GLIBC @@ -106,8 +108,6 @@ config LIBC_NSL select GLIBC_NSL if LIBC_GLIBC select UCLIBC_NSL if LIBC_UCLIBC -endif - # # needed to keep dependencies working # there must be a package selecting BASE -- cgit v1.2.3