summaryrefslogtreecommitdiff
path: root/config/toolchain.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-12-21 23:34:56 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-12-21 23:34:56 (GMT)
commit6ef2caf1d3c16caf0f6635285ba3747a09b7654b (patch)
tree98db3dc5ab2bba761e35103415e36a21a8e9db74 /config/toolchain.in
parentfa62fd9e1e2bc97daf18f36705ac867d631af28a (diff)
docs: overview.txt is gone, point to the new documentation
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'config/toolchain.in')
-rw-r--r--config/toolchain.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/toolchain.in b/config/toolchain.in
index 3be00f8..47f50f3 100644
--- a/config/toolchain.in
+++ b/config/toolchain.in
@@ -114,14 +114,14 @@ config NATIVE
depends on EXPERIMENTAL
help
Build a native toolchain.
- See docs/overview.txt
+ See: "docs/6 - Toolchain types.txt"
config CROSS
bool
prompt "Cross"
help
Build a cross-toolchain.
- See docs/overview.txt
+ See: "docs/6 - Toolchain types.txt"
config CROSS_NATIVE
bool
@@ -129,7 +129,7 @@ config CROSS_NATIVE
depends on EXPERIMENTAL
help
Build a cross-native toolchain.
- See docs/overview.txt
+ See: "docs/6 - Toolchain types.txt"
config CANADIAN
bool
@@ -137,7 +137,7 @@ config CANADIAN
depends on EXPERIMENTAL
help
Build a canadian-toolchain.
- See docs/overview.txt
+ See: "docs/6 - Toolchain types.txt"
endchoice