[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Minios-devel] [UNIKRAFT/COMPILER-RT PATCH] Makefile.uk: Rename SUPPRESS_FLAGS to LIBCOMPILER_RT_SUPPRESS_FLAGS



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 4d78b4a..1d8e0dc 100644
--- a/Makefile.uk
+++ b/Makefile.uk
@@ -73,9 +73,9 @@ CONFIG_FLAGS  += -D__x86_64__
 LIBCOMPILER_RT_CFLAGS-y    +=  $(CONFIG_FLAGS)
 LIBCOMPILER_RT_CXXFLAGS-y    +=  $(CONFIG_FLAGS)
 
-SUPPRESS_FLAGS += -Wno-unused-parameter
-LIBCOMPILER_RT_CFLAGS-y   += $(SUPPRESS_FLAGS)
-LIBCOMPILER_RT_CXXFLAGS-y += $(SUPPRESS_FLAGS)
+LIBCOMPILER_RT_SUPPRESS_FLAGS += -Wno-unused-parameter
+LIBCOMPILER_RT_CFLAGS-y   += $(LIBCOMPILER_RT_SUPPRESS_FLAGS)
+LIBCOMPILER_RT_CXXFLAGS-y += $(LIBCOMPILER_RT_SUPPRESS_FLAGS)
 
 
################################################################################
 # Library sources
-- 
2.20.1


_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/minios-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.