forked from Imagelibrary/rtems
26 lines
455 B
YAML
26 lines
455 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/stm32f105rc
|
|
value:
|
|
- -mthumb
|
|
- -mcpu=cortex-m3
|
|
- enabled-by: true
|
|
value:
|
|
- -mcpu=cortex-m4
|
|
- -mthumb
|
|
- -mfloat-abi=hard
|
|
- -mfpu=auto
|
|
description: |
|
|
ABI flags
|
|
enabled-by: true
|
|
links: []
|
|
name: ABI_FLAGS
|
|
type: build
|