Skip to content

Commit eb1283e

Browse files
committed
---
yaml --- r: 6136 b: refs/heads/master c: 9435459 h: refs/heads/master v: v3
1 parent 516de31 commit eb1283e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 19797dfe9dcbda8cebe298b097fb9e9da910ecbc
2+
refs/heads/master: 9435459e89dce6d350046c2405a25c5f32526cc6

trunk/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)