diff options
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r-- | documentation/ref-manual/variables.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index a3401a4f1b..df6413b68a 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -1524,10 +1524,10 @@ system and gives an overview of their function and contents. | |||
1524 | 1524 | ||
1525 | :term:`DEBUG_BUILD` | 1525 | :term:`DEBUG_BUILD` |
1526 | Specifies to build packages with debugging information. This | 1526 | Specifies to build packages with debugging information. This |
1527 | influences the value of the ``SELECTED_OPTIMIZATION`` variable. | 1527 | influences the value of the :term:`SELECTED_OPTIMIZATION` variable. |
1528 | 1528 | ||
1529 | :term:`DEBUG_OPTIMIZATION` | 1529 | :term:`DEBUG_OPTIMIZATION` |
1530 | The options to pass in ``TARGET_CFLAGS`` and ``CFLAGS`` when | 1530 | The options to pass in :term:`TARGET_CFLAGS` and :term:`CFLAGS` when |
1531 | compiling a system for debugging. This variable defaults to "-O | 1531 | compiling a system for debugging. This variable defaults to "-O |
1532 | -fno-omit-frame-pointer ${DEBUG_FLAGS} -pipe". | 1532 | -fno-omit-frame-pointer ${DEBUG_FLAGS} -pipe". |
1533 | 1533 | ||
@@ -1537,7 +1537,7 @@ system and gives an overview of their function and contents. | |||
1537 | The most common usage of this is variable is to set it to "-1" within | 1537 | The most common usage of this is variable is to set it to "-1" within |
1538 | a recipe for a development version of a piece of software. Using the | 1538 | a recipe for a development version of a piece of software. Using the |
1539 | variable in this way causes the stable version of the recipe to build | 1539 | variable in this way causes the stable version of the recipe to build |
1540 | by default in the absence of ``PREFERRED_VERSION`` being used to | 1540 | by default in the absence of :term:`PREFERRED_VERSION` being used to |
1541 | build the development version. | 1541 | build the development version. |
1542 | 1542 | ||
1543 | .. note:: | 1543 | .. note:: |
@@ -2578,7 +2578,7 @@ system and gives an overview of their function and contents. | |||
2578 | Set the variable to "1" to force the removal of these packages. | 2578 | Set the variable to "1" to force the removal of these packages. |
2579 | 2579 | ||
2580 | :term:`FULL_OPTIMIZATION` | 2580 | :term:`FULL_OPTIMIZATION` |
2581 | The options to pass in ``TARGET_CFLAGS`` and ``CFLAGS`` when | 2581 | The options to pass in :term:`TARGET_CFLAGS` and :term:`CFLAGS` when |
2582 | compiling an optimized system. This variable defaults to "-O2 -pipe | 2582 | compiling an optimized system. This variable defaults to "-O2 -pipe |
2583 | ${DEBUG_FLAGS}". | 2583 | ${DEBUG_FLAGS}". |
2584 | 2584 | ||
@@ -6690,8 +6690,8 @@ system and gives an overview of their function and contents. | |||
6690 | value of the :term:`TARGET_CFLAGS` variable. | 6690 | value of the :term:`TARGET_CFLAGS` variable. |
6691 | 6691 | ||
6692 | The ``SELECTED_OPTIMIZATION`` variable takes the value of | 6692 | The ``SELECTED_OPTIMIZATION`` variable takes the value of |
6693 | ``FULL_OPTIMIZATION`` unless ``DEBUG_BUILD`` = "1". If that is the | 6693 | :term:`FULL_OPTIMIZATION` unless :term:`DEBUG_BUILD` = "1", in which |
6694 | case, the value of ``DEBUG_OPTIMIZATION`` is used. | 6694 | case the value of :term:`DEBUG_OPTIMIZATION` is used. |
6695 | 6695 | ||
6696 | :term:`SERIAL_CONSOLE` | 6696 | :term:`SERIAL_CONSOLE` |
6697 | Defines a serial console (TTY) to enable using | 6697 | Defines a serial console (TTY) to enable using |