mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
Added makefile PPC64 autodetection [Julian Sikorski]
This commit is contained in:
parent
145297457c
commit
37da163717
1 changed files with 3 additions and 0 deletions
3
makefile
3
makefile
|
@ -105,6 +105,9 @@ endif
|
|||
ifeq ($(firstword $(filter amd64,$(UNAME))),amd64)
|
||||
PTR64 = 1
|
||||
endif
|
||||
ifeq ($(firstword $(filter ppc64,$(UNAME))),ppc64)
|
||||
PTR64 = 1
|
||||
endif
|
||||
endif
|
||||
|
||||
# Autodetect BIGENDIAN
|
||||
|
|
Loading…
Reference in a new issue