# HG changeset patch # User "Yann E. MORIN" # Date 1189807135 0 # Node ID 0361a83180a2c777984ccd86876779ae92ffb978 # Parent bb590eb243124222bab69c5deb20f81b60b7f4f3 Another little fix in the documentation. diff -r bb590eb24312 -r 0361a83180a2 docs/overview.txt --- a/docs/overview.txt Fri Sep 14 21:57:17 2007 +0000 +++ b/docs/overview.txt Fri Sep 14 21:58:55 2007 +0000 @@ -493,13 +493,6 @@ 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 - contains: @@ -510,6 +503,13 @@ "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.