]> xenbits.xensource.com Git - unikraft/libs/compiler-rt.git/commit
Makefile.uk: Remove redundant check for libunwind RELEASE-0.14.0
authorAndrei Tatar <andrei@unikraft.io>
Mon, 7 Aug 2023 16:39:50 +0000 (18:39 +0200)
committerUnikraft <monkey@unikraft.io>
Fri, 11 Aug 2023 16:23:57 +0000 (16:23 +0000)
commit9b869ac5129b626bb1f44775745b6f3f00719dc8
treefeb6943dc75682524ae4cbe1ac6f9e3d91d878b5
parent4e351e66c37711a84f4807bbefeb1470b9bc8a20
Makefile.uk: Remove redundant check for libunwind

Commit b5b1cf8 (Split off functionality that depends on libunwind)
removed the cyclic dependency between libunwind and libcompiler-rt and
correctly expressed the relationship through Kconfig, making the
build-time check for libunwind in Makefile.uk redundant.
This change removes said redundant check.

Signed-off-by: Andrei Tatar <andrei@unikraft.io>
Reviewed-by: Stefan Jumarea <stefanjumarea02@gmail.com>
Reviewed-by: Eduard Vintilă <eduard.vintila47@gmail.com>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #19
Makefile.uk