From f1a3d690c7aabc10bad0e9bdc378970654b360c0 Mon Sep 17 00:00:00 2001 From: Hugues Kamba Date: Thu, 6 Aug 2020 16:40:46 +0100 Subject: [PATCH] CMake: Fix WIO_3G scatter file shebang to work with ARM Compiler 6 --- .../TARGET_STM32F439xI/TOOLCHAIN_ARM_STD/stm32f439xx.sct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F439xI/TOOLCHAIN_ARM_STD/stm32f439xx.sct b/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F439xI/TOOLCHAIN_ARM_STD/stm32f439xx.sct index 4c955b6843..95b282e5b3 100644 --- a/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F439xI/TOOLCHAIN_ARM_STD/stm32f439xx.sct +++ b/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F439xI/TOOLCHAIN_ARM_STD/stm32f439xx.sct @@ -1,4 +1,4 @@ -#! armcc -E +#! armclang -E --target=arm-arm-none-eabi -x c -mcpu=cortex-m4 ; Scatter-Loading Description File ; ; SPDX-License-Identifier: BSD-3-Clause