aboutsummaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-04-04 10:47:40 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-06 07:59:54 -0700
commita4fbf5caabb9ded34885612ae093759c82d7d2cb (patch)
treee0512cb52741c9d2e0b086c5803fc2ce29bfc0b7 /documentation
parentf30f044355bfe4a1c7b08a201b813afd7cf4bddb (diff)
downloadopenembedded-core-contrib-a4fbf5caabb9ded34885612ae093759c82d7d2cb.tar.gz
documentation/poky-ref-manual/development.xml: Corrected command syntax
In section 5.2.2. (Building the Cross-GDB Package) there was a resulting directory listed where you could find the binary. The directory had a couple of variables for 'host-arch' and 'target-abi'. There was a mis-guided angle bracket wrapping the 'host-arch' variable. This was fixed. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/poky-ref-manual/development.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/poky-ref-manual/development.xml b/documentation/poky-ref-manual/development.xml
index e63511ba14..5479854d8b 100644
--- a/documentation/poky-ref-manual/development.xml
+++ b/documentation/poky-ref-manual/development.xml
@@ -719,7 +719,7 @@
</literallayout>
Once the binary is built you can find it here:
<programlisting>
-tmp/sysroots/&lt;host-arch&lt;/usr/bin/&lt;target-abi&gt;-gdb
+tmp/sysroots/&lt;host-arch&gt;/usr/bin/&lt;target-abi&gt;-gdb
</programlisting>
</para>