[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT PATCH] lib/vfscore: Add dependency to libuktime
Hi Simon, One discussion would be if we should set uktime as a dependency for nolibc rather than propagating it to all libraries that would depend on it. For example, newlib uses functions from uktime so it will need it as a mandatory dependency. Cheers, Costin On 10/9/19 5:21 PM, Simon Kuenzer wrote: > libvfscore has a dependency to libuktime if it is used built with nolibc. > > Signed-off-by: Simon Kuenzer <simon.kuenzer@xxxxxxxxx> > --- > lib/vfscore/Config.uk | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/lib/vfscore/Config.uk b/lib/vfscore/Config.uk > index 527922da..c260e5b2 100644 > --- a/lib/vfscore/Config.uk > +++ b/lib/vfscore/Config.uk > @@ -2,6 +2,7 @@ config LIBVFSCORE > bool "vfscore: VFS Core Interface" > default n > select LIBNOLIBC if !HAVE_LIBC > + select LIBUKTIME if !HAVE_LIBC > select LIBUKDEBUG > select LIBUKLOCK > > _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |