From eebf586dadba84c770777cd896c80911b0d95dc6 Mon Sep 17 00:00:00 2001 From: Frederic Pillon Date: Thu, 27 Aug 2020 15:44:04 +0200 Subject: [PATCH] Moved from arm-none-eabi-gcc 9.3.1-1.1 to 9.3.1-1.2 Fix the bug described here: https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/issues/7 Signed-off-by: Frederic Pillon --- platform.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.txt b/platform.txt index c362e02b65..49dc9a3ea8 100644 --- a/platform.txt +++ b/platform.txt @@ -17,7 +17,7 @@ compiler.warning_flags.default= compiler.warning_flags.more=-Wall compiler.warning_flags.all=-Wall -Wextra -compiler.path={runtime.tools.xpack-arm-none-eabi-gcc-9.3.1-1.1.path}/bin/ +compiler.path={runtime.tools.xpack-arm-none-eabi-gcc-9.3.1-1.2.path}/bin/ compiler.S.cmd=arm-none-eabi-gcc compiler.c.cmd=arm-none-eabi-gcc