From 6a80bc8280dfdd98426010f986928a142debddfd Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 9 Apr 2009 23:24:44 +0000 Subject: arm920 is arm4, not arm5 git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1694 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/mx1ads/ostest/Make.defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuttx/configs/mx1ads/ostest/Make.defs b/nuttx/configs/mx1ads/ostest/Make.defs index 3f21967e6..28994bbcf 100644 --- a/nuttx/configs/mx1ads/ostest/Make.defs +++ b/nuttx/configs/mx1ads/ostest/Make.defs @@ -55,7 +55,7 @@ else endif ifeq ($(ARCHCCMAJOR),4) - ARCHCPUFLAGS = -mtune=arm9tdmi -march=armv5te -msoft-float -fno-builtin + ARCHCPUFLAGS = -mtune=arm9tdmi -march=armv4t -msoft-float -fno-builtin else ARCHCPUFLAGS = -mapcs-32 -mtune=arm9tdmi -march=armv5te -msoft-float -fno-builtin endif -- cgit v1.2.3