|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT/NEWLIB PATCH] Enable setjmp and longjmp support
Reviewed-by: Simon Kuenzer <simon.kuenzer@xxxxxxxxx>
On 10.03.19, 15:33, "Costin Lupu" <costin.lupu@xxxxxxxxx> wrote:
Signed-off-by: Costin Lupu <costin.lupu@xxxxxxxxx>
---
Makefile.uk | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/Makefile.uk b/Makefile.uk
index 70d5c85..6a918b8 100644
--- a/Makefile.uk
+++ b/Makefile.uk
@@ -797,6 +797,13 @@ LIBNEWLIBC_SRCS-y += $(LIBNEWLIB_LIBC)/time/tzvars.c
LIBNEWLIBC_SRCS-y += $(LIBNEWLIB_LIBC)/time/wcsftime.c
################################################################################
+# Newlib/libc code -- setjmp, longjmp
+################################################################################
+LIBNEWLIBC_SRCS-$(CONFIG_ARCH_X86_64) +=
$(LIBNEWLIB_LIBC)/machine/x86_64/setjmp.S
+LIBNEWLIBC_SRCS-$(CONFIG_ARCH_ARM_32) +=
$(LIBNEWLIB_LIBC)/machine/arm/setjmp.S
+LIBNEWLIBC_SRCS-$(CONFIG_ARCH_ARM_64) +=
$(LIBNEWLIB_LIBC)/machine/aarch64/setjmp.S
+
+################################################################################
# Newlib/libm code -- math
################################################################################
LIBNEWLIBM_SRCS-y += $(LIBNEWLIB_LIBM)/math/e_acos.c
--
2.11.0
_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/minios-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |