From 672f596f8b3642a84f6090988538026987060551 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Fri, 14 Sep 2007 21:58:55 +0000 Subject: [PATCH] Another little fix in the documentation. --- docs/overview.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/overview.txt b/docs/overview.txt index b987e7b9..375c064e 100644 --- a/docs/overview.txt +++ b/docs/overview.txt @@ -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.