diff options
| author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-09-14 21:50:30 +0000 |
|---|---|---|
| committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-09-14 21:50:30 +0000 |
| commit | 9501e62afa556c97c4cdc3228b6812f22b183f6a (patch) | |
| tree | f9e6db0c99a7a129f26c36f140a97c0822f3c80d /docs | |
| parent | 693ceb85bcc37910abac51a541c0f715f6cca82e (diff) | |
| download | crosstool-ng-9501e62afa556c97c4cdc3228b6812f22b183f6a.tar.gz crosstool-ng-9501e62afa556c97c4cdc3228b6812f22b183f6a.tar.bz2 crosstool-ng-9501e62afa556c97c4cdc3228b6812f22b183f6a.zip | |
Further expand the architecture-specific function: add CT_KERNEL_ARCH building.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/overview.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/overview.txt b/docs/overview.txt index ced069b1..096f9874 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 |
