NXP: Use armclang shebang in scatter files

The armclang shebang is required in the scatter file in order to build with CMake.
pull/14186/head
Hugues Kamba 2021-01-22 11:11:42 +00:00
parent 83c18dd67c
commit 425b9a7311
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
#! armcc -E #! armclang -E --target=arm-arm-none-eabi -x c -mcpu=cortex-m0
#if !defined(MBED_APP_START) #if !defined(MBED_APP_START)
#define MBED_APP_START 0x00000000 #define MBED_APP_START 0x00000000

View File

@ -1,4 +1,4 @@
#! armcc -E #! armclang -E --target=arm-arm-none-eabi -x c -mcpu=cortex-m3
#if !defined(MBED_APP_START) #if !defined(MBED_APP_START)
#define MBED_APP_START 0x00000000 #define MBED_APP_START 0x00000000

View File

@ -1,4 +1,4 @@
#! armcc -E #! armclang -E --target=arm-arm-none-eabi -x c -mcpu=cortex-m4
/* /*
** ################################################################### ** ###################################################################
** Processors: LPC54114J256BD64_cm4 ** Processors: LPC54114J256BD64_cm4

View File

@ -1,4 +1,4 @@
#! armcc -E #! armclang -E --target=arm-arm-none-eabi -x c -mcpu=cortex-m4
/* /*
** ################################################################### ** ###################################################################
** Processor: LPC54628J512ET180 ** Processor: LPC54628J512ET180

View File

@ -1,4 +1,4 @@
#! armcc -E #! armclang -E --target=arm-arm-none-eabi -x c -mcpu=cortex-m7
/* /*
** ################################################################### ** ###################################################################
** Processors: MIMXRT1052CVJ5B ** Processors: MIMXRT1052CVJ5B