From: Razvan Deaconescu Date: Mon, 28 Nov 2022 22:24:47 +0000 (+0200) Subject: Config.uk: Add Musl dependency X-Git-Tag: RELEASE-0.11.0^0 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=18e4c0c82eda89d3d46d8deed3022401ca7aed0f;p=unikraft%2Flibs%2Fmicropython.git Config.uk: Add Musl dependency Use `musl` instead of `newlibc`. Also remove `uksignal` dependency. Signed-off-by: Razvan Deaconescu Reviewed-by: Maria Sfiraiala Approved-by: Alexander Jung Tested-by: Unikraft CI GitHub-Closes: #6 --- diff --git a/Config.uk b/Config.uk index fa0e21e..471582b 100644 --- a/Config.uk +++ b/Config.uk @@ -5,8 +5,7 @@ menuconfig LIBMICROPYTHON select LWIP_NOTHREADS select LWIP_IGMP select LIBUKMMAP - select LIBNEWLIBC - select LIBUKSIGNAL + select LIBMUSL if LIBMICROPYTHON config LIBMICROPYTHON_MAIN_FUNCTION