]> xenbits.xensource.com Git - unikraft/libs/libcxxabi.git/commitdiff
Config.uk: Remove CXX_THREADS dependency for LIBCXXABI_THREADS
authorCostin Lupu <costin.lupu@cs.pub.ro>
Wed, 4 Dec 2019 11:18:04 +0000 (13:18 +0200)
committerCostin Lupu <costin.lup@gmail.com>
Wed, 4 Dec 2019 13:57:05 +0000 (15:57 +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 d6e1f0068ead122f5d573008f1b910b27bd2da05..df2cfe65e109d4b6922fd6180baba7abc52ad9e0 100644 (file)
--- a/Config.uk
+++ b/Config.uk
@@ -6,5 +6,4 @@ menuconfig LIBCXXABI
 if LIBCXXABI
     config LIBCXXABI_THREADS
     bool "Enable threads support"
-    select CXX_THREADS
 endif