]> xenbits.xensource.com Git - unikraft/libs/compiler-rt.git/commitdiff
Add lib-libunwind as a dependency for lib-compiler-rt RELEASE-0.11.0 RELEASE-0.12.0 RELEASE-0.13.0 RELEASE-0.13.1
authorDelia-Maria Pavel <delia_maria.pavel@stud.acs.upb.ro>
Sat, 10 Sep 2022 13:58:25 +0000 (16:58 +0300)
committerUnikraft <monkey@unikraft.io>
Wed, 16 Nov 2022 17:31:11 +0000 (17:31 +0000)
Signed-off-by: Delia-Maria Pavel <delia_maria.pavel@stud.acs.upb.ro>
Reviewed-by: Stefan Jumarea <stefanjumarea02@gmail.com>
Reviewed-by: Razvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Reviewed-by: Sergiu Moga <sergiu.moga@protonmail.com>
Approved-by: Razvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #8

Config.uk

index fee9c6eef681ffa1b4a8bc47778d46b518a11e13..7b4ac80d8d174def86e7d83273271f5eacf4111f 100644 (file)
--- 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