Libunwind now works with the staging branch of Unikraft and therefore
we can remove the check for linuxu.
Signed-off-by: Vlad-Andrei Badoiu <vlad_andrei.badoiu@stud.acs.upb.ro>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
bool "libunwind - unwinder"
select LIBNOLIBC if !HAVE_LIBC
select LIBCOMPILER_RT
- depends on !PLAT_LINUXU
default n
ifneq ($(CONFIG_LIBCOMPILER_RT),y)
$(error Require libcompiler_rt)
endif
-ifeq ($(CONFIG_PLAT_LINUXU), y)
-$(error Libunwind not supported on Linuxu)
-endif
endif
################################################################################