From a9085691c64804b23ebeee6bc3c1777ff3e296e6 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 20 Apr 2009 23:07:20 +0000 Subject: Fix gcc-4 float option git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1717 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/mcu123-lpc214x/usbstorage/Make.defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/configs/mcu123-lpc214x/usbstorage') 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 -- cgit v1.2.3