remove textrels with -fPIC/-fPIE (for android/ios)

This commit is contained in:
kub 2019-12-03 23:52:13 +01:00
parent 4f992bf541
commit 9760505eaf
10 changed files with 298 additions and 261 deletions

View file

@ -59,7 +59,7 @@ SRCS_COMMON += $(R)pico/memory_arm.S
endif
ifeq "$(asm_ym2612)" "1"
DEFINES += _ASM_YM2612_C
SRCS_COMMON += $(R)pico/sound/ym2612_arm.s
SRCS_COMMON += $(R)pico/sound/ym2612_arm.S
endif
ifeq "$(asm_misc)" "1"
DEFINES += _ASM_MISC_C
@ -148,7 +148,7 @@ endif
# --- Z80 ---
ifeq "$(use_drz80)" "1"
DEFINES += _USE_DRZ80
SRCS_COMMON += $(R)cpu/DrZ80/drz80.s
SRCS_COMMON += $(R)cpu/DrZ80/drz80.S
endif
#
ifeq "$(use_cz80)" "1"

View file

@ -1,5 +1,5 @@
/*
* very basic mips disassembler for MIPS32/MIPS64 Release 1, only for picodrive
* very basic mips disassembler for MIPS32/MIPS64 Release 2, only for picodrive
* Copyright (C) 2019 kub
*
* This work is licensed under the terms of MAME license.