Skip to content

Commit 307b28e

Browse files
committed
Updated build scripts
1 parent ab7286c commit 307b28e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/configure.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ $(CONFIG_VARS): prepare
266266
echo "$(@)=$($(@))" >> "$(CONFIG)"
267267

268268
config: $(CONFIG_VARS)
269-
echo "Architecture: $(ARCHITECTURE) ($(ARCHITECTURE_CFLAGS))"
269+
echo "Architecture: $(ARCHITECTURE_FAMILY)/$(ARCHITECTURE) ($(ARCHITECTURE_CFLAGS))"
270270
echo "Features: $(FEATURES)"
271271
echo "Configured OK"
272272

0 commit comments

Comments
 (0)