summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/adt-manual/adt-prepare.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml
index cb659c4c36..e512c89a1c 100644
--- a/documentation/adt-manual/adt-prepare.xml
+++ b/documentation/adt-manual/adt-prepare.xml
@@ -229,7 +229,9 @@
229 If you want to simply install the cross-toolchain by hand, you can do so by using an existing 229 If you want to simply install the cross-toolchain by hand, you can do so by using an existing
230 cross-toolchain tarball. 230 cross-toolchain tarball.
231 If you use this method to install the cross-toolchain and you still need to install the target 231 If you use this method to install the cross-toolchain and you still need to install the target
232 sysroot, you will have to install sysroot separately. 232 sysroot, you will have to extract and install sysroot separately.
233 For information on how to do this, see the
234 "<link linkend='extracting-the-root-filesystem'>Extracting the Root Filesystem</link>" section.
233 </para> 235 </para>
234 236
235 <para> 237 <para>
@@ -315,7 +317,11 @@
315 the cross-toolchain is generated and populated within the build directory. 317 the cross-toolchain is generated and populated within the build directory.
316 You will notice environment setup files for the cross-toolchain in the 318 You will notice environment setup files for the cross-toolchain in the
317 build directory in the <filename>tmp</filename> directory. 319 build directory in the <filename>tmp</filename> directory.
318 Setup script filenames contain the strings <filename>environment-setup</filename>. 320 Setup script filenames contain the strings <filename>environment-setup</filename>.</para>
321 <para>Be aware that when you use this method to install the toolchain you still need
322 to separately extract and install the sysroot filesystem.
323 For information on how to do this, see the
324 "<link linkend='extracting-the-root-filesystem'>Extracting the Root Filesystem</link>" section.
319 </para></listitem> 325 </para></listitem>
320 </orderedlist> 326 </orderedlist>
321 </para> 327 </para>