mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-14 23:19:35 +08:00
parent
8741d2c234
commit
c33cca3352
@ -284,6 +284,10 @@ cppflags
|
|||||||
The attribute value shall be a list. Each list element shall be a
|
The attribute value shall be a list. Each list element shall be a
|
||||||
:ref:`SpecTypeBuildCPreprocessorOption`.
|
:ref:`SpecTypeBuildCPreprocessorOption`.
|
||||||
|
|
||||||
|
cxxflags
|
||||||
|
The attribute value shall be a list. Each list element shall be a
|
||||||
|
:ref:`SpecTypeBuildCXXCompilerOption`.
|
||||||
|
|
||||||
includes
|
includes
|
||||||
The attribute value shall be a list. Each list element shall be a
|
The attribute value shall be a list. Each list element shall be a
|
||||||
:ref:`SpecTypeBuildIncludePath`.
|
:ref:`SpecTypeBuildIncludePath`.
|
||||||
@ -327,6 +331,7 @@ Please have a look at the following example:
|
|||||||
copyrights:
|
copyrights:
|
||||||
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
|
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
|
||||||
cppflags: []
|
cppflags: []
|
||||||
|
cxxflags: []
|
||||||
enabled-by: true
|
enabled-by: true
|
||||||
includes: []
|
includes: []
|
||||||
ldflags: []
|
ldflags: []
|
||||||
@ -509,6 +514,18 @@ referenced build items. The ``includes``, ``ldflags``, ``objects``, and
|
|||||||
attributes of the build group. All explicit attributes shall be specified. The
|
attributes of the build group. All explicit attributes shall be specified. The
|
||||||
explicit attributes for this type are:
|
explicit attributes for this type are:
|
||||||
|
|
||||||
|
cflags
|
||||||
|
The attribute value shall be a list. Each list element shall be a
|
||||||
|
:ref:`SpecTypeBuildCCompilerOption`.
|
||||||
|
|
||||||
|
cppflags
|
||||||
|
The attribute value shall be a list. Each list element shall be a
|
||||||
|
:ref:`SpecTypeBuildCPreprocessorOption`.
|
||||||
|
|
||||||
|
cxxflags
|
||||||
|
The attribute value shall be a list. Each list element shall be a
|
||||||
|
:ref:`SpecTypeBuildCXXCompilerOption`.
|
||||||
|
|
||||||
includes
|
includes
|
||||||
The attribute value shall be a list. Each list element shall be a
|
The attribute value shall be a list. Each list element shall be a
|
||||||
:ref:`SpecTypeBuildIncludePath`.
|
:ref:`SpecTypeBuildIncludePath`.
|
||||||
@ -536,8 +553,11 @@ Please have a look at the following example:
|
|||||||
|
|
||||||
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
||||||
build-type: group
|
build-type: group
|
||||||
|
cflags: []
|
||||||
copyrights:
|
copyrights:
|
||||||
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
|
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
|
||||||
|
cppflags: []
|
||||||
|
cxxflags: []
|
||||||
enabled-by:
|
enabled-by:
|
||||||
- BUILD_TESTS
|
- BUILD_TESTS
|
||||||
- BUILD_SAMPLES
|
- BUILD_SAMPLES
|
||||||
|
Loading…
x
Reference in New Issue
Block a user