From 4e566bf8b12c2f3acfd1d6815b2f7f7adef30399 Mon Sep 17 00:00:00 2001 From: BuFran Date: Mon, 8 Jul 2013 20:23:13 +0200 Subject: [PATCH] [STM32F0] Add FP_FLAGS to support #159 --- lib/stm32/f0/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/stm32/f0/Makefile b/lib/stm32/f0/Makefile index 9fb92d24..282d0675 100644 --- a/lib/stm32/f0/Makefile +++ b/lib/stm32/f0/Makefile @@ -28,7 +28,7 @@ CFLAGS = -Os -g \ -Wredundant-decls -Wmissing-prototypes -Wstrict-prototypes \ -Wundef -Wshadow \ -I../../../include -fno-common \ - -mcpu=cortex-m0 -msoft-float -mthumb -Wstrict-prototypes \ + -mcpu=cortex-m0 $(FP_FLAGS) -mthumb -Wstrict-prototypes \ -ffunction-sections -fdata-sections -MD -DSTM32F0 ARFLAGS = rcs