From 6d36232e5e48c7f0abab585d4e6832440b89c705 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 9 Apr 2009 23:24:44 +0000 Subject: [PATCH] arm920 is arm4, not arm5 git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1694 42af7a65-404d-4744-a932-0658087f49c3 --- configs/mx1ads/ostest/Make.defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/mx1ads/ostest/Make.defs b/configs/mx1ads/ostest/Make.defs index 3f21967e67..28994bbcf6 100644 --- a/configs/mx1ads/ostest/Make.defs +++ b/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