summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-06-20 10:52:19 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-03 13:57:09 +0100
commit0a45b371c4a458c667cbe1f0b1bd51f6016c4cbf (patch)
treee39cdfc03fcb22048457a050b8a22cdc788a9853 /documentation
parent9efc7002c179fd3b474ce159eee107567e7aabe1 (diff)
downloadast2050-yocto-poky-0a45b371c4a458c667cbe1f0b1bd51f6016c4cbf.zip
ast2050-yocto-poky-0a45b371c4a458c667cbe1f0b1bd51f6016c4cbf.tar.gz
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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml22
1 files changed, 21 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index c7904f8..90eeb2e 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -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>
OpenPOWER on IntegriCloud