summaryrefslogtreecommitdiff
path: root/nuttx/configs/mcu123-lpc214x/usbstorage
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-04-20 23:07:20 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-04-20 23:07:20 +0000
commita9085691c64804b23ebeee6bc3c1777ff3e296e6 (patch)
tree935040643826808cdc42e5ffbc60c00de8a67c61 /nuttx/configs/mcu123-lpc214x/usbstorage
parent63d7033ac1bb84f570940e2db79f5ca0f39b1ac6 (diff)
downloadpx4-nuttx-a9085691c64804b23ebeee6bc3c1777ff3e296e6.tar.gz
px4-nuttx-a9085691c64804b23ebeee6bc3c1777ff3e296e6.tar.bz2
px4-nuttx-a9085691c64804b23ebeee6bc3c1777ff3e296e6.zip
Fix gcc-4 float option
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1717 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/mcu123-lpc214x/usbstorage')
-rw-r--r--nuttx/configs/mcu123-lpc214x/usbstorage/Make.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/mcu123-lpc214x/usbstorage/Make.defs b/nuttx/configs/mcu123-lpc214x/usbstorage/Make.defs
index 36a38c57d..1ec3cfc19 100644
--- a/nuttx/configs/mcu123-lpc214x/usbstorage/Make.defs
+++ b/nuttx/configs/mcu123-lpc214x/usbstorage/Make.defs
@@ -55,7 +55,7 @@ else
endif
ifeq ($(ARCHCCMAJOR),4)
- ARCHCPUFLAGS = -mcpu=arm7tdmi -msoft-float -fno-builtin
+ ARCHCPUFLAGS = -mcpu=arm7tdmi -mfloat-abi=soft -fno-builtin
else
ARCHCPUFLAGS = -mapcs-32 -mcpu=arm7tdmi -msoft-float -fno-builtin
endif