diff --git a/Makefile.pdlibbuilder b/Makefile.pdlibbuilder index 73e11ba..dbdf120 100644 --- a/Makefile.pdlibbuilder +++ b/Makefile.pdlibbuilder @@ -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 ==============================================================