From fb19fb868cf5f1426ada869e4ad5b139a41ba78e Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sun, 22 Dec 2019 17:41:15 -0800 Subject: libcxx: Depenency fixes Don't build with uClibc-ng. It's totally unsupported as several functions are missing. Make the musl libc support conditional. Fix hash with make check FIXUP=1. Apparently I based the Makefile off of libedit and forgot to fix the hash. Signed-off-by: Rosen Penev Fixes: 856ea2bad3b3 ("libcxx: Add package") --- config/Config-build.in | 1 + 1 file changed, 1 insertion(+) (limited to 'config/Config-build.in') diff --git a/config/Config-build.in b/config/Config-build.in index bde5730e76..c0e4d869f8 100644 --- a/config/Config-build.in +++ b/config/Config-build.in @@ -199,6 +199,7 @@ menu "Global build settings" config USE_LIBCXX bool "libc++" + depends on !USE_UCLIBC config USE_LIBSTDCXX bool "libstdc++" -- cgit v1.2.3