summaryrefslogtreecommitdiff
path: root/spec/build/bsps/optldflags.yml
blob: 14aaffc1e5f7d21125d0c7f8db74d4e0a81f0b14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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 & Co. KG
default:
- enabled-by: RTEMS_QUAL
  value:
  - -nodefaultlibs
  - -Wl,--start-group
  - -lrtemscpu
  - -lrtemsbsp
  - -lgcc
  - -Wl,--end-group
  - -Wl,--gc-sections
- enabled-by: true
  value:
  - -Wl,--gc-sections
description: |
  Flags passed to the linker at the end of the link command.
enabled-by: true
links: []
name: LDFLAGS
type: build