From 0a45b371c4a458c667cbe1f0b1bd51f6016c4cbf Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 20 Jun 2014 10:52:19 +0300 Subject: ref-manual: Added ABIEXTENSION variable to the glossary. Fixes [YOCTO #5463] (From yocto-docs rev: 2c975287da15db466e9624d4c27a88f91637480b) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'documentation/ref-manual/ref-variables.xml') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index c7904f8e80..90eeb2ec07 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -16,7 +16,7 @@ - A + A B C D @@ -46,6 +46,26 @@ A + ABIEXTENSION + + + Extension to the Application Binary Interface (ABI) + field of the GNU canonical architecture name + (e.g. "eabi"). + + + + ABI extensions are set in the machine include files. + For example, the + meta/conf/machine/include/arm/arch-arm.inc + file sets the following extension: + + ABIEXTENSION = "eabi" + + + + + ALLOW_EMPTY -- cgit v1.2.3-54-g00ecf