From 4f3adfb435c42a385c6acf980e96914de38fa260 Mon Sep 17 00:00:00 2001 From: Frederic Pillon Date: Tue, 13 Oct 2020 11:39:41 +0200 Subject: [PATCH] Moved from arm-none-eabi-gcc 9.3.1-1.2 to 9.3.1-1.3 See https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/releases/v9.3.1-1.3/ Signed-off-by: Frederic Pillon --- platform.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.txt b/platform.txt index 49dc9a3ea8..772008da3e 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.2.path}/bin/ +compiler.path={runtime.tools.xpack-arm-none-eabi-gcc-9.3.1-1.3.path}/bin/ compiler.S.cmd=arm-none-eabi-gcc compiler.c.cmd=arm-none-eabi-gcc