summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml12
1 files changed, 10 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index fa4995b79c..df0b8e7459 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -3258,8 +3258,16 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
3258 <glossentry id='var-TARGET_ARCH'><glossterm>TARGET_ARCH</glossterm> 3258 <glossentry id='var-TARGET_ARCH'><glossterm>TARGET_ARCH</glossterm>
3259 <glossdef> 3259 <glossdef>
3260 <para>The architecture of the device being built. 3260 <para>The architecture of the device being built.
3261 While a number of values are possible, the OpenEmbedded build system primarily supports 3261 The OpenEmbedded build system supports the following
3262 <filename>arm</filename> and <filename>i586</filename>.</para> 3262 architectures:
3263 <literallayout class='monospaced'>
3264 arm
3265 mips
3266 ppc
3267 x86
3268 x86-64
3269 </literallayout>
3270 </para>
3263 </glossdef> 3271 </glossdef>
3264 </glossentry> 3272 </glossentry>
3265 3273