Skip to content

Commit 9435459

Browse files
committed
Make the formatting of the host build message consistent
1 parent 19797df commit 9435459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/platform.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ define DEF_HOST_VAR
77
HOST_$(1) = $(subst i686,i386,$(word 1,$(subst -, ,$(1))))
88
endef
99
$(foreach t,$(CFG_TARGET_TRIPLES),$(eval $(call DEF_HOST_VAR,$(t))))
10-
$(foreach t,$(CFG_TARGET_TRIPLES),$(info Host for $(t) is $(HOST_$(t))))
10+
$(foreach t,$(CFG_TARGET_TRIPLES),$(info cfg: host for $(t) is $(HOST_$(t))))
1111

1212
CFG_GCCISH_FLAGS := -fno-strict-aliasing
1313
CFG_GCCISH_LINK_FLAGS :=

0 commit comments

Comments
 (0)