From 8a4c16fba0cfa425d56da46eb5b27e43dba24de5 Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Thu, 14 Apr 2016 14:00:59 +0300 Subject: [PATCH] build: criu -- Drop host vars They are already defined and exported. Signed-off-by: Cyrill Gorcunov Reviewed-by: Dmitry Safonov Signed-off-by: Pavel Emelyanov --- criu/Makefile | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/criu/Makefile b/criu/Makefile index b696c6355..1807c1087 100644 --- a/criu/Makefile +++ b/criu/Makefile @@ -1,17 +1,7 @@ -# -# HOST part is needed to build helper -# tools such as piegen. -HOSTCC ?= gcc -HOSTLD ?= ld -HOSTCFLAGS ?= $(CFLAGS) -CFLAGS += $(USERCFLAGS) - # here is a workaround for a bug in libnl-3: # 6a8d90f5fec4 "attr: Allow attribute type 0" WRAPFLAGS += -Wl,--wrap=nla_parse,--wrap=nlmsg_parse -export HOSTCC HOSTLD HOSTCFLAGS - ifeq ($(ARCH),x86) SRCARCH := x86 LDARCH := i386:x86-64