Another little fix in the documentation.

This commit is contained in:
Yann E. MORIN" 2007-09-14 21:58:55 +00:00
parent 6069957d44
commit 672f596f8b

View File

@ -492,13 +492,6 @@ The "functions" file API:
- the two variables "target_endian_eb" and "target_endian_el" which are
the endianness suffixes
+ 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:
- the environment variable CT_KERNEL_ARCH
- optional
@ -510,6 +503,13 @@ The "functions" file API:
"i386" for an x86
+ 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:
- the environment variable CT_TARGET_SYS
- optional
- contain:
the sytem part of the target tuple.