From: Delia-Maria Pavel Date: Sat, 10 Sep 2022 13:58:25 +0000 (+0300) Subject: Add lib-libunwind as a dependency for lib-compiler-rt X-Git-Tag: RELEASE-0.11.0^0 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=60ba9f59d53c1a7cac4633e76f83ec4d28968e1c;p=unikraft%2Flibs%2Fcompiler-rt.git Add lib-libunwind as a dependency for lib-compiler-rt Signed-off-by: Delia-Maria Pavel Reviewed-by: Stefan Jumarea Reviewed-by: Razvan Deaconescu Reviewed-by: Sergiu Moga Approved-by: Razvan Deaconescu Tested-by: Unikraft CI GitHub-Closes: #8 --- diff --git a/Config.uk b/Config.uk index fee9c6e..7b4ac80 100644 --- a/Config.uk +++ b/Config.uk @@ -2,6 +2,7 @@ menuconfig LIBCOMPILER_RT bool "compiler-rt - runtime support" select LIBPOSIX_SYSINFO select LIBUKMMAP + select LIBUNWIND default n if LIBCOMPILER_RT