[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT/MUSL PATCH V2 25/28] Update Config.uk with the required micro-libs
Add libvfscore, libposix_process and syscall_shim layer as required micro-libraries. Signed-off-by: Gaulthier Gain <gaulthier.gain@xxxxxxxxx> --- Config.uk | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Config.uk b/Config.uk index 299f884..7862da8 100644 --- a/Config.uk +++ b/Config.uk @@ -1,10 +1,9 @@ # hidden -config LIBMUSL - bool - default n - menuconfig LIBMUSL - bool "musl - A C standard library" - default n - select HAVE_LIBC - select LIBUCALLOC + bool "musl - A C standard library" + default n + select HAVE_LIBC + select LIBKUALLOC + select LIBSYSCALL_SHIM + select LIBVFSCORE + select LIBPOSIX_PROCESS -- 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 |