aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/multi/QSPI-MFS/Makefile-stm32l476_discovery
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-12-02 17:07:54 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-12-02 17:07:54 +0000
commit5caeeb25465b31eced20eba4cb2a670c71575695 (patch)
tree17de6d84448dfb1c09e58c177022c6590bfd4d55 /testhal/STM32/multi/QSPI-MFS/Makefile-stm32l476_discovery
parentc5ec564eb1fb98503eb3e6eefd7d7afc902c19f6 (diff)
downloadChibiOS-5caeeb25465b31eced20eba4cb2a670c71575695.tar.gz
ChibiOS-5caeeb25465b31eced20eba4cb2a670c71575695.tar.bz2
ChibiOS-5caeeb25465b31eced20eba4cb2a670c71575695.zip
More makefiles updated.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11109 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/multi/QSPI-MFS/Makefile-stm32l476_discovery')
-rw-r--r--testhal/STM32/multi/QSPI-MFS/Makefile-stm32l476_discovery2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/multi/QSPI-MFS/Makefile-stm32l476_discovery b/testhal/STM32/multi/QSPI-MFS/Makefile-stm32l476_discovery
index 442b0ef9b..3693243ec 100644
--- a/testhal/STM32/multi/QSPI-MFS/Makefile-stm32l476_discovery
+++ b/testhal/STM32/multi/QSPI-MFS/Makefile-stm32l476_discovery
@@ -76,7 +76,7 @@ endif
# FPU-related options.
ifeq ($(USE_FPU_OPT),)
- USE_FPU_OPT = -mfloat-abi=$(USE_FPU) -mfpu=fpv5-sp-d16 -fsingle-precision-constant
+ USE_FPU_OPT = -mfloat-abi=$(USE_FPU) -mfpu=fpv4-sp-d16 -fsingle-precision-constant
endif
#