Added checkautodetect target to makefile delivering e.g. on linux 64 bit:

TARGETOS=unix
PTR64=1
BIGENDIAN=
UNAME=Linux core 2.6.28-17-generic #58-Ubuntu SMP Tue Dec 1 21:27:25 UTC 2009 x86_64 GNU/Linux
This commit is contained in:
Couriersud 2010-01-17 20:26:49 +00:00
parent 9f669d0121
commit ecec9ae9b1

View File

@ -608,6 +608,11 @@ ifdef MAP
$(RM) $(FULLNAME).map
endif
checkautodetect:
@echo TARGETOS=$(TARGETOS)
@echo PTR64=$(PTR64)
@echo BIGENDIAN=$(BIGENDIAN)
@echo UNAME="$(UNAME)"
#-------------------------------------------------