[STM32F0] Add FP_FLAGS to support #159
This commit is contained in:
parent
eb7d29e115
commit
4e566bf8b1
@ -28,7 +28,7 @@ CFLAGS = -Os -g \
|
|||||||
-Wredundant-decls -Wmissing-prototypes -Wstrict-prototypes \
|
-Wredundant-decls -Wmissing-prototypes -Wstrict-prototypes \
|
||||||
-Wundef -Wshadow \
|
-Wundef -Wshadow \
|
||||||
-I../../../include -fno-common \
|
-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
|
-ffunction-sections -fdata-sections -MD -DSTM32F0
|
||||||
|
|
||||||
ARFLAGS = rcs
|
ARFLAGS = rcs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user