dev-manual: Wording change to GDB example.

Fixes YOCTO #2827.

Slight wording modification.

Reported-by: Paul Eggleton <paul.eggleton@linux.com>
(From yocto-docs rev: 8a9cd86d95bfcfca9c000dbd6f4213d15547cdfe)

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 2013-03-21 08:49:10 -07:00 committed by Richard Purdie
parent 240d78eb06
commit 89fa4b26c7
1 changed files with 2 additions and 2 deletions

View File

@ -3166,8 +3166,8 @@
A suitable GDB cross-binary is required that runs on your host computer but
also knows about the the ABI of the remote target.
You can get this binary from the meta-toolchain.
Here is an example where the toolchain resides in the
default directory <filename>/opt/poky/1.4/sysroots</filename>:
Here is an example where the toolchain has been installed
in the default directory <filename>/opt/poky/1.4</filename>:
<literallayout class='monospaced'>
/opt/poky/1.4/sysroots/i686-pokysdk-linux/usr/bin/armv7a-vfp-neon-poky-linux-gnueabi/arm-poky-linux-gnueabi-gdb
</literallayout>