summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/mx1ads
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2009-04-20 23:07:20 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2009-04-20 23:07:20 +0000
commit1b747376bd5c39a5ebf7671de47043c079115fca (patch)
tree935040643826808cdc42e5ffbc60c00de8a67c61 /nuttx/configs/mx1ads
parent0c10cd3ff0a4b1b92699996cb42a43523f6d3338 (diff)
Fix gcc-4 float option
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@1717 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/mx1ads')
-rw-r--r--nuttx/configs/mx1ads/ostest/Make.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/mx1ads/ostest/Make.defs b/nuttx/configs/mx1ads/ostest/Make.defs
index 055e4c89fc..6ceed36b79 100644
--- a/nuttx/configs/mx1ads/ostest/Make.defs
+++ b/nuttx/configs/mx1ads/ostest/Make.defs
@@ -61,7 +61,7 @@ else
endif
ifeq ($(ARCHCCMAJOR),4)
- ARCHCPUFLAGS = -mtune=arm9tdmi -march=armv4t -msoft-float
+ ARCHCPUFLAGS = -mtune=arm9tdmi -march=armv4t -mfloat-abi=soft
else
ARCHCPUFLAGS = -mapcs-32 -mtune=arm9tdmi -march=armv4t -msoft-float
endif