Added SDL2 64-bit Go Advance target
This commit is contained in:
parent
a59896d96d
commit
c188ae0b5e
1 changed files with 7 additions and 1 deletions
8
Makefile
8
Makefile
|
@ -141,8 +141,14 @@ else ifneq (,$(findstring AMLG,$(PLATFORM)))
|
|||
CPPFLAGS += -DUSE_RENDER_THREAD
|
||||
endif
|
||||
|
||||
# Odroid Go Advance special target (libgo2, 64-bit)
|
||||
# Odroid Go Advance target (SDL2, 64-bit)
|
||||
else ifeq ($(PLATFORM),go-advance)
|
||||
CPUFLAGS += -mcpu=cortex-a35
|
||||
CPPFLAGS += -DCPU_AARCH64 -D_FILE_OFFSET_BITS=64 -DSOFTWARE_CURSOR -DFASTERCYCLES
|
||||
AARCH64 = 1
|
||||
|
||||
# Odroid Go Advance special target (libgo2, 64-bit)
|
||||
else ifeq ($(PLATFORM),go-advance-libgo2)
|
||||
CPUFLAGS += -mcpu=cortex-a35
|
||||
CPPFLAGS += -DCPU_AARCH64 -D_FILE_OFFSET_BITS=64 -DSOFTWARE_CURSOR -DFASTERCYCLES ${LIBGO2_FLAGS}
|
||||
LDFLAGS += ${LIBGO2_LDFLAGS}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue