summaryrefslogtreecommitdiff
path: root/docs/using-openadk-toolchain.txt
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-19 10:05:22 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-19 10:05:22 +0100
commited78ab954ca991cca578f59a32d147304025647d (patch)
tree34c6c72419c40f8ec9595e081403342dab0d0489 /docs/using-openadk-toolchain.txt
parent5241a47df751d66cfa7428bcb4c920f9903f1fbe (diff)
correct new toolchain path
Diffstat (limited to 'docs/using-openadk-toolchain.txt')
-rw-r--r--docs/using-openadk-toolchain.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/using-openadk-toolchain.txt b/docs/using-openadk-toolchain.txt
index 1b294d4da..6994d9abc 100644
--- a/docs/using-openadk-toolchain.txt
+++ b/docs/using-openadk-toolchain.txt
@@ -9,11 +9,11 @@ that are not packaged in OpenADK. In order to do this you can use the toolchain
that was generated by OpenADK.
The toolchain generated by OpenADK is located by default in
-+host_<gnu_host_name>/+. The simplest way to use it is to add
-+host_<gnu_host_name>/bin/+ to your PATH environment variable and then to use
++toolchain_<gnu_host_name>/+. The simplest way to use it is to add
++toolchain_<gnu_host_name>/usr/bin/+ to your PATH environment variable and then to use
+<arch>-<vendor>-linux-<libcsuffix>-gcc+,
+<arch>-<vendor>-linux-<libcsuffix>-objdump+, etc.
It is possible to relocate the toolchain, you just need to put
-+target_<arch>_<libc>_<abi>+ into the same directory as
-+host_<gnu_host_name>/+.
++target_<arch>_<libc>_<libcsuffix>+ into the same directory as
++toolchain_<gnu_host_name>/+.