mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-03-24 04:42:37 +01:00
sh2 drc: add aarch64 backend for A64
This commit is contained in:
15
Makefile
15
Makefile
@@ -55,15 +55,18 @@ asm_cdmemory ?= 1
|
||||
asm_mix ?= 1
|
||||
asm_32xdraw ?= 1
|
||||
asm_32xmemory ?= 1
|
||||
else # if not arm
|
||||
else ifneq (,$(findstring 86,$(ARCH)))
|
||||
use_fame ?= 1
|
||||
use_cz80 ?= 1
|
||||
ifneq (,$(findstring 86,$(ARCH)))
|
||||
use_sh2drc ?= 1
|
||||
endif
|
||||
ifneq (,$(findstring mips,$(ARCH)))
|
||||
else ifneq (,$(findstring mips,$(ARCH)))
|
||||
use_fame ?= 1
|
||||
use_cz80 ?= 1
|
||||
use_sh2drc ?= 1
|
||||
else ifneq (,$(findstring aarch64,$(ARCH)))
|
||||
use_fame ?= 1
|
||||
use_cz80 ?= 1
|
||||
use_sh2drc ?= 1
|
||||
endif
|
||||
endif
|
||||
|
||||
-include Makefile.local
|
||||
@@ -269,7 +272,7 @@ pico/carthw_cfg.c: pico/carthw.cfg
|
||||
|
||||
# random deps
|
||||
pico/carthw/svp/compiler.o : cpu/drc/emit_arm.c
|
||||
cpu/sh2/compiler.o : cpu/drc/emit_arm.c
|
||||
cpu/sh2/compiler.o : cpu/drc/emit_arm.c cpu/drc/emit_arm64.c
|
||||
cpu/sh2/compiler.o : cpu/drc/emit_x86.c cpu/drc/emit_mips.c
|
||||
cpu/sh2/mame/sh2pico.o : cpu/sh2/mame/sh2.c
|
||||
pico/pico.o pico/cd/mcd.o pico/32x/32x.o : pico/pico_cmn.c pico/pico_int.h
|
||||
|
||||
Reference in New Issue
Block a user