You've already forked dspico-dldi
mirror of
https://github.com/LNH-team/dspico-dldi.git
synced 2026-01-09 16:28:03 -08:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8ba45f6569 |
4
Makefile
4
Makefile
@@ -81,10 +81,10 @@ SOURCES_CPP := $(shell find -L $(SOURCEDIRS) -name "*.cpp")
|
||||
# -------------------------
|
||||
|
||||
ifeq ($(DLDI_ARM9),1)
|
||||
ARCH := -mthumb -mcpu=arm946e-s+nofp
|
||||
ARCH := -marm -mcpu=arm946e-s+nofp
|
||||
SPECS := $(BLOCKSDS)/sys/crts/dldi_arm9.specs
|
||||
else
|
||||
ARCH := -mthumb -mcpu=arm7tdmi
|
||||
ARCH := -marm -mcpu=arm7tdmi
|
||||
SPECS := $(BLOCKSDS)/sys/crts/dldi_arm7.specs
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user