summaryrefslogtreecommitdiffstats
path: root/spec/spec/build-stlib.yml
blob: ee3a8e5e8768733f67129464cc67782b623f7da1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
copyrights:
- Copyright (C) 2020 embedded brains GmbH & Co. KG
enabled-by: true
links:
- role: spec-member
  uid: root
spec-description: null
spec-example: null
spec-info:
  str:
    description: |
      It shall be an external static library identifier.  The library is used
      to link programs referenced by this item, e.g. ``m`` for ``libm.a``.  The
      library is added to the build command through the ``stlib`` attribute.
      It shall not be used for internal static libraries.  Internal static
      libraries shall be specified through the ``use-after`` and ``use-before``
      attributes to enable a proper build dependency tracking.
spec-name: Build Link Static Library Directive
spec-type: build-stlib
type: spec