Files
rtems/spec/build/bsps/optldflags.yml
Chris Johns 6f2aa8ad36 build: Use BSP family for options
- Optionally add support for 'default-by-family' to allow
  option to be set by a family and so all related BSPs

Close #4468
2021-07-15 09:59:14 +10:00

20 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
- env-append: PKGCONFIG_LDFLAGS
build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default:
- -Wl,--gc-sections
default-by-family: []
default-by-variant: []
description: |
Flags passed to the linker at the end of the link command.
enabled-by: true
links: []
name: LDFLAGS
type: build