configuration changes and README

This commit is contained in:
kub 2019-08-21 18:27:26 +02:00
parent 906a1d1820
commit 0f7a30ede3
11 changed files with 196 additions and 56 deletions

View file

@ -238,8 +238,8 @@ pico/cd/LC89510.o: CFLAGS += -fno-strict-aliasing
pico/cd/gfx_cd.o: CFLAGS += -fno-strict-aliasing
ifeq (1,$(use_sh2drc))
ifneq (,$(findstring -flto,$(CFLAGS)))
# if using the DRC, memory and sh2soc use a global register variable to avoid
# saving and reloading the SH2 SR. However, this collides with the use of LTO.
# if using the DRC, memory and sh2soc directly use the DRC register for SH2 SR
# to avoid saving and reloading it. However, this collides with the use of LTO.
pico/32x/memory.o: CFLAGS += -fno-lto
pico/32x/sh2soc.o: CFLAGS += -fno-lto
endif