From f6263b1548e21ca380f7c16b53a7b43899a2b760 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=AA=20de=20Souza=20Pinto?= Date: Wed, 22 Jan 2025 18:20:22 +0100 Subject: [PATCH] Makefile: Remove old cross-compiling warning message MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commits removes an old warning message when doing cross-compiling. Our build system is mature enough to perform cross-compilation well and it has been tested a lot. Let's get rid of this message. Signed-off-by: RenĂª de Souza Pinto --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 364d00b474..f16db1fa3a 100644 --- a/Makefile +++ b/Makefile @@ -118,7 +118,6 @@ export ZARCH CROSS ?= ifneq ($(HOSTARCH),$(ZARCH)) CROSS = 1 -$(warning "WARNING: We are assembling an $(ZARCH) image on $(HOSTARCH). Things may break.") endif DOCKER_ARCH_TAG=$(ZARCH)