|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT/LIBUNWIND PATCH 1/1] Remove linuxu check
Hi Vlad,
This patch looks good, thanks.
-- Felipe
Reviewed-by: Felipe Huici <felipe.huici@xxxxxxxxx>
On 30.08.19, 14:43, "Vlad-Andrei BĂDOIU (78692)"
<vlad_andrei.badoiu@xxxxxxxxxxxxxxx> wrote:
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@xxxxxxxxxxxxxxx>
---
Config.uk | 1 -
Makefile.uk | 3 ---
2 files changed, 4 deletions(-)
diff --git a/Config.uk b/Config.uk
index 9f78aee..320363a 100644
--- a/Config.uk
+++ b/Config.uk
@@ -2,5 +2,4 @@ menuconfig LIBUNWIND
bool "libunwind - unwinder"
select LIBNOLIBC if !HAVE_LIBC
select LIBCOMPILER_RT
- depends on !PLAT_LINUXU
default n
diff --git a/Makefile.uk b/Makefile.uk
index 109e5e8..9473baa 100644
--- a/Makefile.uk
+++ b/Makefile.uk
@@ -42,9 +42,6 @@ ifeq ($(CONFIG_LIBUNWIND),y)
ifneq ($(CONFIG_LIBCOMPILER_RT),y)
$(error Require libcompiler_rt)
endif
-ifeq ($(CONFIG_PLAT_LINUXU), y)
-$(error Libunwind not supported on Linuxu)
-endif
endif
################################################################################
--
2.20.1
_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/minios-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |