summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-27 16:16:09 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-27 16:16:09 +0000
commitc36e183aa7872e0df15ee2581f86c026c6107031 (patch)
treefd348556219ff1649d10d48ff6d276aebb2daab6
parent405271abe39b52f0dac5bd014b76b653c4d49914 (diff)
downloadnuttx-c36e183aa7872e0df15ee2581f86c026c6107031.tar.gz
nuttx-c36e183aa7872e0df15ee2581f86c026c6107031.tar.bz2
nuttx-c36e183aa7872e0df15ee2581f86c026c6107031.zip
Fix DM320 CFLAGS
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@156 42af7a65-404d-4744-a932-0658087f49c3
-rw-r--r--nuttx/configs/ntosd-dm320/Make.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/ntosd-dm320/Make.defs b/nuttx/configs/ntosd-dm320/Make.defs
index f0ef5c845..8fbe74836 100644
--- a/nuttx/configs/ntosd-dm320/Make.defs
+++ b/nuttx/configs/ntosd-dm320/Make.defs
@@ -42,7 +42,7 @@ else
-fomit-frame-pointer
endif
-ARCHCPUFLAGS = -mapcs-32 -mcpu=arm7tdmi -msoft-float -fno-builtin
+ARCHCPUFLAGS = -mapcs-32 -mtune=arm9tdmi -march=armv5te -msoft-float -fno-builtin
ARCHPICFLAGS = -fpic
ARCHWARNINGS = -Wall -Wstrict-prototypes -Wshadow
ARCHDEFINES =