[STM32F0] Add FP_FLAGS to support #159

This commit is contained in:
BuFran 2013-07-08 20:23:13 +02:00 committed by Piotr Esden-Tempski
parent eb7d29e115
commit 4e566bf8b1

View File

@ -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