mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
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:
parent
9f669d0121
commit
ecec9ae9b1
5
makefile
5
makefile
@ -608,6 +608,11 @@ ifdef MAP
|
|||||||
$(RM) $(FULLNAME).map
|
$(RM) $(FULLNAME).map
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
checkautodetect:
|
||||||
|
@echo TARGETOS=$(TARGETOS)
|
||||||
|
@echo PTR64=$(PTR64)
|
||||||
|
@echo BIGENDIAN=$(BIGENDIAN)
|
||||||
|
@echo UNAME="$(UNAME)"
|
||||||
|
|
||||||
|
|
||||||
#-------------------------------------------------
|
#-------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user