summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-09-14 21:50:30 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-09-14 21:50:30 (GMT)
commit9501e62afa556c97c4cdc3228b6812f22b183f6a (patch)
treef9e6db0c99a7a129f26c36f140a97c0822f3c80d /docs
parent693ceb85bcc37910abac51a541c0f715f6cca82e (diff)
Further expand the architecture-specific function: add CT_KERNEL_ARCH building.
Diffstat (limited to 'docs')
-rw-r--r--docs/overview.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/overview.txt b/docs/overview.txt
index ced069b..096f987 100644
--- a/docs/overview.txt
+++ b/docs/overview.txt
@@ -499,6 +499,14 @@ The "functions" file API:
the architecture part of the target tuple.
Eg.: "armeb" for big endian ARM
"i386" for an i386
+ + the environment variable CT_KERNEL_ARCH
+ - optional
+ - contains:
+ the architecture name as understandable by the Linux kernel build
+ system.
+ Eg.: "arm" for an ARM
+ "powerpc" for a PowerPC
+ "i386" for an x86
+ provides:
- the environment variable CT_TARGET_ARCH
- optional