mirror of https://github.com/ARMmbed/mbed-os.git
CMake nuvoton: fix ARMClang linker script command
parent
6574054d26
commit
0efffa3411
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! armclang -E
|
||||
#! armclang -E --target=arm-arm-none-eabi -x c -mcpu=cortex-m23
|
||||
|
||||
/*
|
||||
* Copyright (c) 2019, Nuvoton Technology Corporation
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! armcc -E
|
||||
#! armclang -E --target=arm-arm-none-eabi -x c -mcpu=cortex-m4
|
||||
|
||||
/*
|
||||
* Copyright (c) 2020, Nuvoton Technology Corporation
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue