]> xenbits.xensource.com Git - unikraft/libs/compiler-rt.git/commitdiff
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)
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

index 77a49faf981c73c34555f4a2b5bc5590f2143e95..1a29585dcbc849bfa30daf67960d888ecf2c4e1b 100644 (file)
 ################################################################################
 $(eval $(call addlib_s,libcompiler_rt,$(CONFIG_LIBCOMPILER_RT)))
 
-ifeq ($(CONFIG_LIBCOMPILER_RT_GCCPERSONALITY),y)
-ifneq ($(CONFIG_LIBUNWIND),y)
-$(error Require libunwind)
-endif
-endif
-
 ################################################################################
 # Sources
 ################################################################################