From 05c618e7d1f561411044b65a55b7b72ed0cf7f1c Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Sat, 28 May 2016 10:30:57 +0200 Subject: fixup_ptxconfigs.sh: set gcc options for all cortexm4 toolchains Signed-off-by: Michael Olbrich --- fixup_ptxconfigs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fixup_ptxconfigs.sh b/fixup_ptxconfigs.sh index 5ca4362..2775002 100755 --- a/fixup_ptxconfigs.sh +++ b/fixup_ptxconfigs.sh @@ -189,7 +189,7 @@ fixup() ;; # hard, vfp - arm-cortexm4-eabihf) + arm-cortexm4-*eabihf) PTXCONF_CROSS_GCC_CONFIG_EXTRA="--with-float=hard --with-fpu=fpv4-sp-d16 --with-cpu=cortex-m4 --with-mode=thumb" ;; -- cgit v1.2.3