]> xenbits.xensource.com Git - unikraft/libs/newlib.git/commitdiff
Makefile.uk: compile lroundl.c
authorHugo Lefeuvre <hugo.lefeuvre@neclab.eu>
Mon, 9 Mar 2020 13:41:30 +0000 (14:41 +0100)
committerFelipe Huici <felipe.huici@neclab.eu>
Wed, 11 Mar 2020 07:48:01 +0000 (08:48 +0100)
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@neclab.eu>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
Makefile.uk

index b59c4284dd8a85b94fcc5e50067ee5100348f031..8d683d8c6f065e5d7f6bb25a140a2e68fb2bdc28 100644 (file)
@@ -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