mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-07 06:40:15 +00:00
[iQue] Don't use -funsigned-char for z_std_dma (#2427)
This commit is contained in:
parent
c76d2a8a4d
commit
c3806155c3
2 changed files with 5 additions and 5 deletions
2
Makefile
2
Makefile
|
@ -594,8 +594,6 @@ EGCS_O_FILES += $(BUILD_DIR)/src/overlays/misc/ovl_kaleido_scope/z_kaleido_scope
|
|||
$(EGCS_O_FILES): CC := $(EGCS_CC)
|
||||
$(EGCS_O_FILES): CFLAGS := $(EGCS_CFLAGS) -mno-abicalls
|
||||
$(EGCS_O_FILES): MIPS_VERSION :=
|
||||
|
||||
$(BUILD_DIR)/src/boot/z_std_dma.o: CFLAGS += -funsigned-char
|
||||
endif
|
||||
|
||||
ifeq ($(PLATFORM),IQUE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue