]> xenbits.xensource.com Git - unikraft/libs/libcxx.git/commitdiff
Config.uk: Make CXX_THREADS depend on LIBCXXABI_THREADS
authorCostin Lupu <costin.lupu@cs.pub.ro>
Wed, 4 Dec 2019 11:17:27 +0000 (13:17 +0200)
committerCostin Lupu <costin.lupu@cs.pub.ro>
Wed, 4 Dec 2019 14:00:21 +0000 (16:00 +0200)
... because LIBCXX depends on LIBCXXABI.

Signed-off-by: Costin Lupu <costin.lupu@cs.pub.ro>
Reviewed-by: Vlad-Andrei Badoiu <vlad_andrei.badoiu@stud.acs.upb.ro>
Config.uk

index 16a11dc018a3fef1be710b1dd00eb82a9b9c29dc..b57037271ae96ab7a0048834f93b128572615f9a 100644 (file)
--- 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