source: rtems-central/spec/spec/build-stlib.yml @ c970d63

Last change on this file since c970d63 was 7da919b, checked in by Sebastian Huber <sebastian.huber@…>, on 10/01/20 at 05:33:26

spec: Clarify stlib build attribute

  • Property mode set to 100644
File size: 809 bytes
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2copyrights:
3- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
4enabled-by: true
5links:
6- role: spec-member
7  uid: root
8spec-description: null
9spec-example: null
10spec-info:
11  str:
12    description: |
13      It shall be an external static library identifier.  The library is used
14      to link programs referenced by this item, e.g. ``m`` for ``libm.a``.  The
15      library is added to the build command through the ``stlib`` attribute.
16      It shall not be used for internal static libraries.  Internal static
17      libraries shall be specified through the ``use-after`` and ``use-before``
18      attributes to enable a proper build dependency tracking.
19spec-name: Build Link Static Library Directive
20spec-type: build-stlib
21type: spec
Note: See TracBrowser for help on using the repository browser.