mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-21 05:43:09 +00:00
Another little fix in the documentation.
This commit is contained in:
parent
6069957d44
commit
672f596f8b
@ -492,13 +492,6 @@ The "functions" file API:
|
|||||||
- the two variables "target_endian_eb" and "target_endian_el" which are
|
- the two variables "target_endian_eb" and "target_endian_el" which are
|
||||||
the endianness suffixes
|
the endianness suffixes
|
||||||
+ return value: 0 upon success, !0 upon failure
|
+ return value: 0 upon success, !0 upon failure
|
||||||
+ provides:
|
|
||||||
- the environment variable CT_TARGET_ARCH
|
|
||||||
- mandatory
|
|
||||||
- contains:
|
|
||||||
the architecture part of the target tuple.
|
|
||||||
Eg.: "armeb" for big endian ARM
|
|
||||||
"i386" for an i386
|
|
||||||
+ provides:
|
+ provides:
|
||||||
- the environment variable CT_KERNEL_ARCH
|
- the environment variable CT_KERNEL_ARCH
|
||||||
- optional
|
- optional
|
||||||
@ -510,6 +503,13 @@ The "functions" file API:
|
|||||||
"i386" for an x86
|
"i386" for an x86
|
||||||
+ provides:
|
+ provides:
|
||||||
- the environment variable CT_TARGET_ARCH
|
- the environment variable CT_TARGET_ARCH
|
||||||
|
- mandatory
|
||||||
|
- contains:
|
||||||
|
the architecture part of the target tuple.
|
||||||
|
Eg.: "armeb" for big endian ARM
|
||||||
|
"i386" for an i386
|
||||||
|
+ provides:
|
||||||
|
- the environment variable CT_TARGET_SYS
|
||||||
- optional
|
- optional
|
||||||
- contain:
|
- contain:
|
||||||
the sytem part of the target tuple.
|
the sytem part of the target tuple.
|
||||||
|
Loading…
Reference in New Issue
Block a user