aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F4xx/IRQ_STORM
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-12-18 10:38:25 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-12-18 10:38:25 +0000
commit9863c4f33b79f94f0664cb2b10f0bce0e24dd62e (patch)
treebc69f293764e4233dca69582f2563a71fa132de7 /testhal/STM32F4xx/IRQ_STORM
parent39f9216bbc515e21b57532003af2866b718b6f17 (diff)
downloadChibiOS-9863c4f33b79f94f0664cb2b10f0bce0e24dd62e.tar.gz
ChibiOS-9863c4f33b79f94f0664cb2b10f0bce0e24dd62e.tar.bz2
ChibiOS-9863c4f33b79f94f0664cb2b10f0bce0e24dd62e.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3636 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F4xx/IRQ_STORM')
-rw-r--r--testhal/STM32F4xx/IRQ_STORM/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32F4xx/IRQ_STORM/Makefile b/testhal/STM32F4xx/IRQ_STORM/Makefile
index 9456d0488..c2f0abcd4 100644
--- a/testhal/STM32F4xx/IRQ_STORM/Makefile
+++ b/testhal/STM32F4xx/IRQ_STORM/Makefile
@@ -5,7 +5,7 @@
# Compiler options here.
ifeq ($(USE_OPT),)
- USE_OPT = -O2 -ggdb -fomit-frame-pointer -falign-functions=16
+ USE_OPT = -O2 -ggdb -fomit-frame-pointer -falign-functions=16 -mhard-float -mfpu=fpv4-sp-d16
endif
# C specific options here (added to USE_OPT).