diff options
Diffstat (limited to 'documentation')
-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 5df6a6f621..c78d18a16d 100644 --- a/documentation/adt-manual/adt-command.xml +++ b/documentation/adt-manual/adt-command.xml | |||
@@ -186,7 +186,7 @@ | |||
186 | rebuild it using the appropriate cross-toolchain tools: | 186 | rebuild it using the appropriate cross-toolchain tools: |
187 | <literallayout class='monospaced'> | 187 | <literallayout class='monospaced'> |
188 | $ ./configure --host=armv5te-poky-linux-gnueabi \ | 188 | $ ./configure --host=armv5te-poky-linux-gnueabi \ |
189 | --with-libtool-sysroot=<replaceable>sysroot-dir</replaceable> | 189 | --with-libtool-sysroot=<replaceable>sysroot_dir</replaceable> |
190 | </literallayout> | 190 | </literallayout> |
191 | <note> | 191 | <note> |
192 | If the <filename>configure</filename> script results in problems recognizing the | 192 | If the <filename>configure</filename> script results in problems recognizing the |