mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 23:58:04 -04:00
sh2 drc: add mipsel backend for MIPS32 Release 1 (for JZ47xx)
This commit is contained in:
parent
1747b6712d
commit
d80a5fd2ab
13 changed files with 1922 additions and 23 deletions
|
@ -169,7 +169,7 @@ DEFINES += DRC_DEBUG=$(drc_debug)
|
|||
SRCS_COMMON += $(R)cpu/sh2/mame/sh2dasm.c
|
||||
DASM = $(R)platform/libpicofe/linux/host_dasm.c
|
||||
DASMLIBS = -lbfd -lopcodes -liberty
|
||||
ifeq "$(ARCH)" "arm"
|
||||
ifeq ("$(ARCH)",$(filter "$(ARCH)","arm" "mipsel"))
|
||||
ifeq ($(filter_out $(shell $(CC) --print-file-name=libbfd.so),"/"),)
|
||||
DASM = $(R)platform/common/host_dasm.c
|
||||
DASMLIBS =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue