mirror of
https://github.com/apache/nuttx.git
synced 2026-08-24 15:08:47 +00:00
arm920 is arm4, not arm5
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1694 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
3686672d1e
commit
6d36232e5e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue