[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT PATCH v3 1/3] build: remove --globalize-symbols
--globalize-symbols does not work the way it meant here. In fact it does not have any effect right now, because symbols which are listed in global.syms are already global. However the global.syms will be useful for the next patch, under a different name - export.syms Signed-off-by: Yuri Volchkov <yuri.volchkov@xxxxxxxxx> --- lib/fdt/Makefile.uk | 3 --- lib/fdt/{global.syms => export.syms} | 0 2 files changed, 3 deletions(-) rename lib/fdt/{global.syms => export.syms} (100%) diff --git a/lib/fdt/Makefile.uk b/lib/fdt/Makefile.uk index 348e0f9..03251f6 100644 --- a/lib/fdt/Makefile.uk +++ b/lib/fdt/Makefile.uk @@ -14,6 +14,3 @@ LIBFDT_SRCS-y += $(LIBFDT_BASE)/fdt_rw.c LIBFDT_SRCS-y += $(LIBFDT_BASE)/fdt_strerror.c LIBFDT_SRCS-y += $(LIBFDT_BASE)/fdt_sw.c LIBFDT_SRCS-y += $(LIBFDT_BASE)/fdt_wip.c - -# Globalize only symbols defined in global.syms -LIBFDT_OBJCFLAGS-y += --globalize-symbols=$(LIBFDT_BASE)/global.syms diff --git a/lib/fdt/global.syms b/lib/fdt/export.syms similarity index 100% rename from lib/fdt/global.syms rename to lib/fdt/export.syms -- 2.17.1 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |