From: Costin Lupu Date: Wed, 4 Dec 2019 11:17:27 +0000 (+0200) Subject: Config.uk: Make CXX_THREADS depend on LIBCXXABI_THREADS X-Git-Tag: RELEASE-0.4~2 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=d7aa7d7e38258834cd9b0d3460ddc886ea481895;p=unikraft%2Flibs%2Flibcxx.git Config.uk: Make CXX_THREADS depend on LIBCXXABI_THREADS ... because LIBCXX depends on LIBCXXABI. Signed-off-by: Costin Lupu Reviewed-by: Vlad-Andrei Badoiu --- diff --git a/Config.uk b/Config.uk index 16a11dc..b570372 100644 --- a/Config.uk +++ b/Config.uk @@ -8,5 +8,6 @@ menuconfig LIBCXX if LIBCXX config CXX_THREADS bool "Enable CXX threads support" + select LIBCXXABI_THREADS default n endif