diff options
Diffstat (limited to 'documentation/adt-manual/adt-command.xml')
-rw-r--r-- | documentation/adt-manual/adt-command.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/adt-manual/adt-command.xml b/documentation/adt-manual/adt-command.xml index f5ed906962..074e51c1f1 100644 --- a/documentation/adt-manual/adt-command.xml +++ b/documentation/adt-manual/adt-command.xml | |||
@@ -32,7 +32,7 @@ | |||
32 | For an Autotools-based project, you can use the cross-toolchain by just | 32 | For an Autotools-based project, you can use the cross-toolchain by just |
33 | passing the appropriate host option to <filename>configure.sh</filename>. | 33 | passing the appropriate host option to <filename>configure.sh</filename>. |
34 | The host option you use is derived from the name of the environment setup | 34 | The host option you use is derived from the name of the environment setup |
35 | script in <filename>/opt/poky</filename> resulting from unpacking the | 35 | script in <filename>/opt/poky</filename> resulting from installation of the |
36 | cross-toolchain tarball. | 36 | cross-toolchain tarball. |
37 | For example, the host option for an ARM-based target that uses the GNU EABI | 37 | For example, the host option for an ARM-based target that uses the GNU EABI |
38 | is <filename>armv5te-poky-linux-gnueabi</filename>. | 38 | is <filename>armv5te-poky-linux-gnueabi</filename>. |