Files
rtems/spec/build/cpukit/optcoverageldflags.yml
Sebastian Huber bcef89f236 Update company name
The embedded brains GmbH & Co. KG is the legal successor of embedded
brains GmbH.
2023-05-20 11:05:26 +02:00

27 lines
580 B
YAML

SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
actions:
- get-string: null
- split: null
- env-assign: null
build-type: option
copyrights:
- Copyright (C) 2021 embedded brains GmbH & Co. KG
default:
- enabled-by: true
value:
- -Wl,--wrap=_CPU_Fatal_halt
- -Wl,--wrap=bsp_reset
- -Wl,--start-group
- -lrtemsbsp
- -lrtemscpu
- -lrtemstest
- -lgcov
- -Wl,--end-group
description: |
Linker flags recommended for executables which contain modules with coverage
information.
enabled-by: RTEMS_GCOV_COVERAGE
links: []
name: COVERAGE_LINKER_FLAGS
type: build