mirror of
https://github.com/rvtr/twl_wrapsdk.git
synced 2025-10-31 06:11:10 -04:00
fix for DSTEG.
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/twl_wrapsdk/trunk@173 4ee2a332-4b2b-5046-8439-1ba90f034370
This commit is contained in:
parent
da2f004e70
commit
a2b5acb237
@ -145,12 +145,16 @@ DEFAULT_TWL_ROM_SPEC := $(TWL_SPECDIR)/ROM-$(TWL_PLATFORM).rsf
|
||||
# replace NitroSDK
|
||||
NITRO_BUILDARCH ?= $(TWL_BUILDARCH)
|
||||
|
||||
ifneq ($(TWL_PLATFORM),DSTEG)
|
||||
|
||||
ifeq ($(CODEGEN_PROC),ARM9)
|
||||
TWL_LIBSYSCALL ?= $(TWL_LIBSYSCALLDIR)/libsyscall.twl.a
|
||||
else # ($(CODEGEN_PROC),ARM7)
|
||||
TWL_LIBSYSCALL ?= $(TWL_LIBSYSCALLDIR)/libsyscall_sp.twl.a
|
||||
endif # ($(CODEGEN_PROC),ARM7)
|
||||
|
||||
endif # ($(TWL_PLATFORM),DSTEG)
|
||||
|
||||
|
||||
### Compiler & Linker settings
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user