summaryrefslogtreecommitdiff
path: root/docs/using.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/using.txt')
-rw-r--r--docs/using.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/using.txt b/docs/using.txt
index c51914c04..45ea3f20c 100644
--- a/docs/using.txt
+++ b/docs/using.txt
@@ -83,8 +83,11 @@ OpenADK output is stored in several subdirectories:
not present, the binaries are stripped.
* +host_<gnu_host_name>/+ contains the installation of tools compiled for the host
- that are needed for the proper execution of OpenADK, including the
- cross-compilation toolchain.
+ that are needed for the proper execution of OpenADK
+
+* +toolchain_<gnu_host_name>/+ contains just the cross-compilation toolchain.
+ Can be used together with +target_<arch>_<libc>/+ for other projects. Toolchain
+ is relocatable.
* +toolchain_build_<arch>_<libc>/+ contains the build directories for the various
components of the cross-compilation toolchain.