From 9435459e89dce6d350046c2405a25c5f32526cc6 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Thu, 3 Nov 2011 11:26:52 -0700 Subject: [PATCH] Make the formatting of the host build message consistent --- mk/platform.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/platform.mk b/mk/platform.mk index 1a75c10a913..21f515c2c6d 100644 --- a/mk/platform.mk +++ b/mk/platform.mk @@ -7,7 +7,7 @@ define DEF_HOST_VAR HOST_$(1) = $(subst i686,i386,$(word 1,$(subst -, ,$(1)))) endef $(foreach t,$(CFG_TARGET_TRIPLES),$(eval $(call DEF_HOST_VAR,$(t)))) -$(foreach t,$(CFG_TARGET_TRIPLES),$(info Host for $(t) is $(HOST_$(t)))) +$(foreach t,$(CFG_TARGET_TRIPLES),$(info cfg: host for $(t) is $(HOST_$(t)))) CFG_GCCISH_FLAGS := -fno-strict-aliasing CFG_GCCISH_LINK_FLAGS :=