From a2b5acb237c7aa478c4fa22deb85ab546c1033db Mon Sep 17 00:00:00 2001 From: nakasima Date: Wed, 4 Jul 2007 08:50:02 +0000 Subject: [PATCH] fix for DSTEG. git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/twl_wrapsdk/trunk@173 4ee2a332-4b2b-5046-8439-1ba90f034370 --- build/buildtools/commondefs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build/buildtools/commondefs b/build/buildtools/commondefs index 0975c22..8beb2f0 100644 --- a/build/buildtools/commondefs +++ b/build/buildtools/commondefs @@ -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