[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT/LIBNEWLIB PATCH] Makefile.uk: compile lroundl.c
For some reason lroundl.c was not in the list of source files to be compiled, causing issues in the redis build. Signed-off-by: Hugo Lefeuvre <hugo.lefeuvre@xxxxxxxxx> --- Makefile.uk | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.uk b/Makefile.uk index b59c428..8d683d8 100644 --- a/Makefile.uk +++ b/Makefile.uk @@ -1007,6 +1007,7 @@ LIBNEWLIBM_SRCS-y += $(LIBNEWLIB_LIBM)/math/w_tgamma.c ################################################################################ # Newlib/libm code -- common ################################################################################ +LIBNEWLIBM_SRCS-y += $(LIBNEWLIB_LIBM)/common/lroundl.c LIBNEWLIBM_SRCS-y += $(LIBNEWLIB_LIBM)/common/llroundl.c LIBNEWLIBM_SRCS-y += $(LIBNEWLIB_LIBM)/common/logl.c LIBNEWLIBM_SRCS-y += $(LIBNEWLIB_LIBM)/common/expl.c -- 2.7.4 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |