[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT/LIBUNWIND] Makefile.uk: Rename SUPPRESS_FLAGS to LIBUNWIND_SUPPRESS_FLAGS
Hi Costin, this looks ok. Reviewed-by: Felipe Huici <felipe.huici@xxxxxxxxx> On 12.10.19, 14:22, "Costin Lupu" <costin.lupu@xxxxxxxxx> wrote: Signed-off-by: Costin Lupu <costin.lupu@xxxxxxxxx> --- Makefile.uk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.uk b/Makefile.uk index ed6dd01..afbf73e 100644 --- a/Makefile.uk +++ b/Makefile.uk @@ -78,9 +78,9 @@ CONFIG_FLAGS += -D _LIBUNWIND_HAS_NO_THREADS -D __ELF__ -D _LIBUNWIND_IS_NAT LIBUNWIND_CFLAGS-y += $(CONFIG_FLAGS) LIBUNWIND_CXXFLAGS-y += $(CONFIG_FLAGS) -SUPPRESS_FLAGS += -Wno-unused-parameter -LIBUNWIND_CFLAGS-y += $(SUPPRESS_FLAGS) -LIBUNWIND_CXXFLAGS-y += $(SUPPRESS_FLAGS) +LIBUNWIND_SUPPRESS_FLAGS += -Wno-unused-parameter +LIBUNWIND_CFLAGS-y += $(LIBUNWIND_SUPPRESS_FLAGS) +LIBUNWIND_CXXFLAGS-y += $(LIBUNWIND_SUPPRESS_FLAGS) ################################################################################ # Library sources -- 2.20.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 |