ref-manual: Added ABIEXTENSION variable to the glossary.

Fixes [YOCTO #5463]

(From yocto-docs rev: 2c975287da15db466e9624d4c27a88f91637480b)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2014-06-20 10:52:19 +03:00 committed by Richard Purdie
parent 9efc7002c1
commit 0a45b371c4
1 changed files with 21 additions and 1 deletions

View File

@ -16,7 +16,7 @@
<para>
<link linkend='var-ALLOW_EMPTY'>A</link>
<link linkend='var-ABIEXTENSION'>A</link>
<link linkend='var-B'>B</link>
<link linkend='var-CFLAGS'>C</link>
<link linkend='var-D'>D</link>
@ -46,6 +46,26 @@
<glossdiv id='var-glossary-a'><title>A</title>
<glossentry id='var-ABIEXTENSION'><glossterm>ABIEXTENSION</glossterm>
<glossdef>
<para>
Extension to the Application Binary Interface (ABI)
field of the GNU canonical architecture name
(e.g. "eabi").
</para>
<para>
ABI extensions are set in the machine include files.
For example, the
<filename>meta/conf/machine/include/arm/arch-arm.inc</filename>
file sets the following extension:
<literallayout class='monospaced'>
ABIEXTENSION = "eabi"
</literallayout>
</para>
</glossdef>
</glossentry>
<glossentry id='var-ALLOW_EMPTY'><glossterm>ALLOW_EMPTY</glossterm>
<glossdef>
<para>