From f265924396167729e8d9fb36a0383263f36c1270 Mon Sep 17 00:00:00 2001 From: inmarket Date: Tue, 27 Feb 2018 17:44:21 +1000 Subject: First set of V3 macro changes --- tools/gmake_scripts/cpu_stm32m4.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/gmake_scripts/cpu_stm32m4.mk') diff --git a/tools/gmake_scripts/cpu_stm32m4.mk b/tools/gmake_scripts/cpu_stm32m4.mk index 1e205eb6..db1efd07 100644 --- a/tools/gmake_scripts/cpu_stm32m4.mk +++ b/tools/gmake_scripts/cpu_stm32m4.mk @@ -16,9 +16,9 @@ SRCFLAGS += -mcpu=cortex-m4 -falign-functions=16 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant LDFLAGS += -mcpu=cortex-m4 -falign-functions=16 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -DEFS += CORTEX_USE_FPU=TRUE USE_FPU=hard +DEFS += CORTEX_USE_FPU=GFXON USE_FPU=hard LIBS += m #SRCFLAGS += -mcpu=cortex-m4 -falign-functions=16 #LDFLAGS += -mcpu=cortex-m4 -#DEFS += CORTEX_USE_FPU=FALSE +#DEFS += CORTEX_USE_FPU=GFXOFF -- cgit v1.2.3