[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [UNIKRAFT/PTHREAD-EMBEDDED PATCH] Remove reference to non-existing exportsyms.uk file .
Thanks a lot for your fix! Reviewed-by: Simon Kuenzer <simon.kuenzer@xxxxxxxxx> On 14.04.20 17:17, Felipe Huici wrote: This library used to have an exportsyms.uk file, but no longer does. When it was removed, the reference to it in Makefile.uk was not removed, leaving a dangling reference to a non-existing file. The recent Unikraft build system series turned this into a build error, so this patch fixes that by removing the line. Signed-off-by: Felipe Huici <felipe.huici@xxxxxxxxx> --- Makefile.uk | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile.uk b/Makefile.uk index b9b7456..4ee37cd 100644 --- a/Makefile.uk +++ b/Makefile.uk @@ -59,8 +59,6 @@ LIBPTHREAD-EMBEDDED_CFLAGS-y += $(LIBPTHREAD-EMBEDDED_SUPPRESS_FLAGS) \ -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast LIBPTHREAD-EMBEDDED_CXXFLAGS-y += $(LIBPTHREAD-EMBEDDED_SUPPRESS_FLAGS)-LIBPTHREAD-EMBEDDED_EXPORTS = $(LIBPTHREAD-EMBEDDED_BASE)/exportsyms.uk- ################################################################################ # OS dependencies code - Glue between Unikraft and pthread-embedded ################################################################################
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |