]> xenbits.xensource.com Git - unikraft/libs/newlib.git/commitdiff
Select uktime library
authorCostin Lupu <costin.lupu@cs.pub.ro>
Wed, 9 Oct 2019 13:54:11 +0000 (16:54 +0300)
committerFelipe Huici <felipe.huici@neclab.eu>
Thu, 10 Oct 2019 11:57:51 +0000 (13:57 +0200)
Because newlib needs functions such as gettimeofday().

Signed-off-by: Costin Lupu <costin.lupu@cs.pub.ro>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
Config.uk

index da587ba332e710659faaec0effdc0d7f2f7e6f30..ba57af77f308998d66c20d8eedda89517c0d9f30 100644 (file)
--- a/Config.uk
+++ b/Config.uk
@@ -9,6 +9,7 @@ menuconfig LIBNEWLIBC
        select HAVE_LIBC
        select LIBNEWLIBM if LIBNEWLIBC
        select LIBUKALLOC
+       select LIBUKTIME
        select LIBVFSCORE
 
 if LIBNEWLIBC