summaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/adt-manual')
-rw-r--r--documentation/adt-manual/adt-command.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/adt-manual/adt-command.xml b/documentation/adt-manual/adt-command.xml
index a4197075e1..a916a03c85 100644
--- a/documentation/adt-manual/adt-command.xml
+++ b/documentation/adt-manual/adt-command.xml
@@ -12,9 +12,9 @@
12 Toolchain Tarball)</link>". 12 Toolchain Tarball)</link>".
13 And, that sourcing your architecture-specific environment setup script 13 And, that sourcing your architecture-specific environment setup script
14 initializes a suitable cross-toolchain development environment. 14 initializes a suitable cross-toolchain development environment.
15 This setup occurs by adding the compiler, QEMU scripts, QEMU binary, 15 During the setup, locations for the compiler, QEMU scripts, QEMU binary,
16 a special version of <filename>pkgconfig</filename> and other useful 16 a special version of <filename>pkgconfig</filename> and other useful
17 utilities to the <filename>PATH</filename> variable. 17 utilities are added to the <filename>PATH</filename> variable.
18 Variables to assist <filename>pkgconfig</filename> and <filename>autotools</filename> 18 Variables to assist <filename>pkgconfig</filename> and <filename>autotools</filename>
19 are also defined so that, 19 are also defined so that,
20 for example, <filename>configure.sh</filename> can find pre-generated 20 for example, <filename>configure.sh</filename> can find pre-generated