Add target 'dumpmachine' for verification purposes

This commit is contained in:
katjav 2019-12-15 21:47:41 +01:00
parent 262143b66d
commit f2a5b6614c

View file

@ -1297,6 +1297,16 @@ help:
@echo @echo
#=== platform test =============================================================
# This target can be used to test if the compiler for specified PLATFORM is
# correctly defined and available.
dumpmachine:
@$(CC) -dumpmachine
#=== dummy target ============================================================== #=== dummy target ==============================================================