]> xenbits.xensource.com Git - unikraft/libs/libunwind.git/commit
Config.uk: Fix dependencies with libcxxabi RELEASE-0.11.0 RELEASE-0.12.0
authorStefan Jumarea <stefanjumarea02@gmail.com>
Sat, 10 Sep 2022 16:31:29 +0000 (19:31 +0300)
committerUnikraft <monkey@unikraft.io>
Sat, 19 Nov 2022 17:35:24 +0000 (17:35 +0000)
commitd44666da4e9a3d5a5a7ec8f0a030eb5815453342
tree940089d040a31837ee5cb743e5615dce472f8fbb
parent6e64a92293274e6cb32529aff2eb94aa25039e76
Config.uk: Fix dependencies with libcxxabi

`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 <stefanjumarea02@gmail.com>
Reviewed-by: Razvan Deaconescu <razvand@unikraft.io>
Reviewed-by: Sergiu Moga <sergiu.moga@protonmail.com>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #3
Config.uk