summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-11-13 17:55:16 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-11-13 17:55:16 (GMT)
commit301fbac58eb4c024e3eda0dc13251bd5849be791 (patch)
tree68923a08652c416a48cd8bb9fae8bfb181234425 /docs
parentef0e776b9e1ead12459a4fc5d42071c651ae5cd8 (diff)
Merge 1199 and 1200 from /devel/YEM-build_host_target_cleanup:
- Allow hand-indentation in the kconfig prompts - Start documenting the kconfig deviations from the kernel's version /trunk/kconfig/menu.c | 10 8 2 0 ++++++++-- /trunk/docs/overview.txt | 6 6 0 0 ++++++ 2 files changed, 14 insertions(+), 2 deletions(-)
Diffstat (limited to 'docs')
-rw-r--r--docs/overview.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/overview.txt b/docs/overview.txt
index 92af992..cd476d8 100644
--- a/docs/overview.txt
+++ b/docs/overview.txt
@@ -524,6 +524,12 @@ Kconfig parser |
The kconfig language is a hacked version, vampirised from the Linux kernel
(http://www.kernel.org/), and (heavily) adapted to my needs.
+The list of the most notable changes (at least the ones I remember) follows:
+- the CONFIG_ prefix has been replaced with CT_
+- a leading | in prompts is skipped, and subsequent leading spaces are not
+ trimmed
+- otherwise leading spaces are silently trimmed
+
The kconfig parsers (conf and mconf) are not installed pre-built, but as
source files. Thus you can have the directory where crosstool-NG is installed,
exported (via NFS or whatever) and have clients with different architectures