mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
sh2 drc, add powerpc64le backend
This commit is contained in:
parent
dae0d04dbf
commit
8bb489470a
10 changed files with 127 additions and 130 deletions
6
Makefile
6
Makefile
|
@ -73,6 +73,10 @@ else ifneq (,$(findstring riscv,$(ARCH)))
|
|||
use_fame ?= 1
|
||||
use_cz80 ?= 1
|
||||
use_sh2drc ?= 1
|
||||
else ifneq (,$(findstring powerpc,$(ARCH)))
|
||||
use_fame ?= 1
|
||||
use_cz80 ?= 1
|
||||
use_sh2drc ?= 1
|
||||
endif
|
||||
|
||||
-include Makefile.local
|
||||
|
@ -270,7 +274,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/drc/emit_arm64.c
|
||||
cpu/sh2/compiler.o : cpu/drc/emit_arm.c cpu/drc/emit_arm64.c cpu/drc/emit_ppc.c
|
||||
cpu/sh2/compiler.o : cpu/drc/emit_x86.c cpu/drc/emit_mips.c cpu/drc/emit_riscv.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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue