[docs] Add missing label

This commit is contained in:
Simon Pilgrim 2023-06-14 13:07:57 +01:00
parent 0696240384
commit 7e20e13dd8

View File

@ -79,11 +79,13 @@ file:
a match.
If more than one variant matches then a toolchain may opt to either use only
the *last* matching multilib variant, or may use all matching variants,
thereby :ref:`layering<Multilib layering>` them.
thereby :ref:`layering<multilib-layering>` them.
#. Generate ``-isystem`` and ``-L`` options. Iterate in reverse order over
the matching multilib variants, and generate ``-isystem`` and ``-L``
options based on the multilib variant's directory.
.. _multilib-layering:
Multilib layering
=================