From: Stefan Jumarea Date: Sat, 10 Sep 2022 16:26:22 +0000 (+0300) Subject: Config.uk: Fix dependencies with libunwind X-Git-Tag: RELEASE-0.11.0^0 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=c707539707eb57719525af80828ed3931c5cab79;p=unikraft%2Flibs%2Flibcxxabi.git Config.uk: Fix dependencies with libunwind `libcxxabi` and `libunwind` create circular dependencies. Since libraries like `libcompiler-rt` and `cxx` depend on `libunwind`, it's more intuitive to remove the `libcxxabi` requirement of `libunwind` and make `libunwind` select `libcxxabi`. Signed-off-by: Stefan Jumarea Reviewed-by: Razvan Deaconescu Reviewed-by: Sergiu Moga Approved-by: Razvan Deaconescu Tested-by: Unikraft CI GitHub-Closes: #2 --- diff --git a/Config.uk b/Config.uk index df2cfe6..4c9bebf 100644 --- a/Config.uk +++ b/Config.uk @@ -1,6 +1,5 @@ menuconfig LIBCXXABI bool "libcxxabi - c++ abi" - select LIBUNWIND default n if LIBCXXABI