Changeset 9628dfd in rtems-docs
- Timestamp:
- 10/01/20 05:37:04 (3 years ago)
- Branches:
- master
- Children:
- d75b31f
- Parents:
- e70aebd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
eng/req/items.rst
re70aebd r9628dfd 280 280 281 281 stlib 282 The attribute value shall be a list of strings. It shall be a list of 283 external static library identifiers used to link this test program, e.g. 284 ``m`` for ``libm.a``. 282 The attribute value shall be a list. Each list element shall be a 283 :ref:`SpecTypeBuildLinkStaticLibraryDirective`. 285 284 286 285 target … … 822 821 823 822 stlib 824 The attribute value shall be a list of strings. It shall be a list of 825 external static library identifiers used to link this test program, e.g. 826 ``m`` for ``libm.a``. 823 The attribute value shall be a list. Each list element shall be a 824 :ref:`SpecTypeBuildLinkStaticLibraryDirective`. 827 825 828 826 use-after … … 955 953 956 954 stlib 957 The attribute value shall be a list of strings. It shall be a list of 958 external static library identifiers used to link this test program, e.g. 959 ``m`` for ``libm.a``. 955 The attribute value shall be a list. Each list element shall be a 956 :ref:`SpecTypeBuildLinkStaticLibraryDirective`. 960 957 961 958 target … … 2713 2710 * :ref:`SpecTypeBuildStartFileItemType` 2714 2711 2712 .. _SpecTypeBuildLinkStaticLibraryDirective: 2713 2714 Build Link Static Library Directive 2715 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2716 2717 The value shall be a string. It shall be an external static library identifier. 2718 The library is used to link programs referenced by this item, e.g. ``m`` for 2719 ``libm.a``. The library is added to the build command through the ``stlib`` 2720 attribute. It shall not be used for internal static libraries. Internal static 2721 libraries shall be specified through the ``use-after`` and ``use-before`` 2722 attributes to enable a proper build dependency tracking. 2723 2724 This type is used by the following types: 2725 2726 * :ref:`SpecTypeBuildAdaTestProgramItemType` 2727 2728 * :ref:`SpecTypeBuildScriptItemType` 2729 2730 * :ref:`SpecTypeBuildTestProgramItemType` 2731 2715 2732 .. _SpecTypeBuildLinkerOption: 2716 2733 … … 3124 3141 3125 3142 The value shall be a string. It shall be an internal static library identifier. 3126 They are used to link programs referenced by this item, e.g. ``z`` for 3127 ``libz.a``. They are placed after the use items of the build item context. 3143 The library is used to link programs referenced by this item, e.g. ``z`` for 3144 ``libz.a``. The library is placed after the use items of the build item 3145 context. 3128 3146 3129 3147 This type is used by the following types: … … 3143 3161 3144 3162 The value shall be a string. It shall be an internal static library identifier. 3145 They are used to link programs referenced by this item, e.g. ``z`` for 3146 ``libz.a``. They are placed before the use items of the build item context. 3163 The library is used to link programs referenced by this item, e.g. ``z`` for 3164 ``libz.a``. The library is placed before the use items of the build item 3165 context. 3147 3166 3148 3167 This type is used by the following types:
Note: See TracChangeset
for help on using the changeset viewer.