CMake nuvoton: fix ARMClang linker script command

pull/13922/head
Martin Kojtal 2020-11-25 13:14:13 +00:00
parent 6574054d26
commit 0efffa3411
7 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
#! armclang -E
#! armclang -E --target=arm-arm-none-eabi -x c -mcpu=cortex-m23
/*
* Copyright (c) 2018-2019, Nuvoton Technology Corporation

View File

@ -1,4 +1,4 @@
#! armclang -E
#! armclang -E --target=arm-arm-none-eabi -x c -mcpu=cortex-m23
/*
* Copyright (c) 2019, Nuvoton Technology Corporation

View File

@ -1,4 +1,4 @@
#! armclang -E
#! armclang -E --target=arm-arm-none-eabi -x c -mcpu=cortex-m23
/*
* Copyright (c) 2019-2020, Nuvoton Technology Corporation

View File

@ -1,4 +1,4 @@
#! armcc -E
#! armclang -E --target=arm-arm-none-eabi -x c -mcpu=cortex-m4
/*
* Copyright (c) 2020, Nuvoton Technology Corporation

View File

@ -1,4 +1,4 @@
#! armcc -E
#! armclang -E --target=arm-arm-none-eabi -x c -mcpu=cortex-m4
/*
* Copyright (c) 2015-2016, Nuvoton Technology Corporation

View File

@ -1,4 +1,4 @@
#! armcc -E
#! armclang -E --target=arm-arm-none-eabi -x c -mcpu=cortex-m4
#if !defined(MBED_APP_START)
#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
#if !defined(MBED_APP_START)
#define MBED_APP_START 0x00000000