Add target 'dumpmachine' for verification purposes
This commit is contained in:
parent
262143b66d
commit
f2a5b6614c
1 changed files with 10 additions and 0 deletions
|
|
@ -1297,6 +1297,16 @@ help:
|
|||
@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 ==============================================================
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue