Interworking always on, add THUMB and ARM macros

This commit is contained in:
Aetias
2024-02-17 13:05:54 +01:00
parent 3a25fcc17d
commit ac858cb5da
3 changed files with 26 additions and 33 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ MW_LD := $(TOOLS_DIR)/mwccarm/$(MW_VER)/mwldarm.exe
MW_LICENSE := $(TOOLS_DIR)/mwccarm/license.dat
ASM_FLAGS := -proc arm5te -d $(REGION) -i asm -msgstyle gcc
CC_FLAGS := -proc arm946e -O4,p -enum int -i include -nolink -d $(REGION) -char signed -lang=c++ -sym on
CC_FLAGS := -proc arm946e -interworking -O4,p -enum int -i include -nolink -d $(REGION) -char signed -lang=c++ -sym on
LD_FLAGS := -proc arm946e -nostdlib -interworking -nodead -m Entry -map closure,unused -o main.bin -msgstyle gcc
ifeq ($(NONMATCHING),1)