forked from Imagelibrary/rtems
36 lines
653 B
YAML
36 lines
653 B
YAML
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
|
actions:
|
|
- get-string: null
|
|
- split: null
|
|
- env-append: null
|
|
build-type: option
|
|
copyrights:
|
|
- Copyright (C) 2020 embedded brains GmbH & Co. KG
|
|
default:
|
|
- enabled-by:
|
|
- arm/lpc17xx_ea_ram
|
|
- arm/lpc17xx_ea_rom_int
|
|
- arm/lpc17xx_plx800_ram
|
|
- arm/lpc17xx_plx800_rom_int
|
|
value:
|
|
- -mthumb
|
|
- -mcpu=cortex-m3
|
|
- enabled-by:
|
|
- arm/lpc40xx_ea_ram
|
|
- arm/lpc40xx_ea_rom_int
|
|
value:
|
|
- -mcpu=cortex-m4
|
|
- -mthumb
|
|
- -mfloat-abi=hard
|
|
- -mfpu=auto
|
|
- enabled-by: true
|
|
value:
|
|
- -mcpu=arm7tdmi-s
|
|
- -mthumb
|
|
description: |
|
|
ABI flags
|
|
enabled-by: true
|
|
links: []
|
|
name: ABI_FLAGS
|
|
type: build
|