From 4e3f85be75a63526eb6d8eb1fd5f0182a476f4cf Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 27 Apr 2008 09:57:50 +0000 Subject: Document the contrib/ sub-directory. Fixed the documentation for the arch-dpecific 'CT_DoArchValues' function. /trunk/docs/overview.txt | 20 13 7 0 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/docs/overview.txt b/docs/overview.txt index 1bff0c1..4c1aaa0 100644 --- a/docs/overview.txt +++ b/docs/overview.txt @@ -77,7 +77,6 @@ and a menu-driven configuration, named the new implementation crosstool-NG, and as a wink at the TV series "Star Trek: The Next Generation" ;-) ) and made it available to the community, in case it was of interest to any one. - ___________________________ / Installing crosstool-NG / @@ -129,6 +128,13 @@ by running: and mailing me the result! :-P +Contributed code | +-----------------+ + +Some people contibuted code that couldn't get merged for various reasons. This +code is available as patches in the contrib/ sub-directory. These patches are +to be applied to the source of crosstool-NG, prior to installing. + ____________________________ / Configuring crosstool-NG / @@ -494,7 +500,7 @@ The "functions" file API: + provides: - optional - the environment variable CT_TARGET_SYS - - contain: + - contains: the sytem part of the target tuple. Eg.: "gnu" for glibc on most architectures "gnueabi" for glibc on an ARM EABI @@ -523,10 +529,10 @@ The "functions" file API: - CT_ARCH_WITH_FLOAT - contain (defaults): - CT_ARCH_WITH_ARCH : the gcc ./configure switch to select architecture level ( "--with-arch=${CT_ARCH_ARCH}" ) - - CT_ARCH_WITH_ABI : the gcc ./configure switch to select ABI level ( "--with-abi=${CT_ARCH_ARCH}" ) - - CT_ARCH_WITH_CPU : the gcc ./configure switch to select CPU instruction set ( "--with-cpu=${CT_ARCH_ARCH}" ) - - CT_ARCH_WITH_TUNE : the gcc ./configure switch to select scheduling ( "--with-tune=${CT_ARCH_ARCH}" ) - - CT_ARCH_WITH_FPU : the gcc ./configure switch to select FPU type ( "--with-fpu=${CT_ARCH_ARCH}" ) + - CT_ARCH_WITH_ABI : the gcc ./configure switch to select ABI level ( "--with-abi=${CT_ARCH_ABI}" ) + - CT_ARCH_WITH_CPU : the gcc ./configure switch to select CPU instruction set ( "--with-cpu=${CT_ARCH_CPU}" ) + - CT_ARCH_WITH_TUNE : the gcc ./configure switch to select scheduling ( "--with-tune=${CT_ARCH_TUNE}" ) + - CT_ARCH_WITH_FPU : the gcc ./configure switch to select FPU type ( "--with-fpu=${CT_ARCH_FPU}" ) - CT_ARCH_WITH_FLOAT : the gcc ./configure switch to select floating point arithmetics ( "--with-float=soft" or /empty/ ) + provides: - optional @@ -540,7 +546,7 @@ The "functions" file API: - CT_ARCH_ENDIAN_CFLAG - contain (defaults): - CT_ARCH_ARCH_CFLAG : the gcc switch to select architecture level ( "-march=${CT_ARCH_ARCH}" ) - - CT_ARCH_ABI_CFLAG : the gcc switch to select ABI level ( "-mabi=${CT_ARCH_AABI}" ) + - CT_ARCH_ABI_CFLAG : the gcc switch to select ABI level ( "-mabi=${CT_ARCH_ABI}" ) - CT_ARCH_CPU_CFLAG : the gcc switch to select CPU instruction set ( "-mcpu=${CT_ARCH_CPU}" ) - CT_ARCH_TUNE_CFLAG : the gcc switch to select scheduling ( "-mtune=${CT_ARCH_TUNE}" ) - CT_ARCH_FPU_CFLAG : the gcc switch to select FPU type ( "-mfpu=${CT_ARCH_FPU}" ) -- cgit v0.10.2-6-g49f6