diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/overview.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/overview.txt b/docs/overview.txt index 1a2a622f..206e8c91 100644 --- a/docs/overview.txt +++ b/docs/overview.txt @@ -828,17 +828,6 @@ The architecture's ".sh" file API: - for uClibc-based toolchain: "uclibc" + provides: - optional - - the environment variable CT_KERNEL_ARCH - - contains: - the architecture name as understandable by the Linux kernel build - system. - Eg.: "arm" for an ARM - "powerpc" for a PowerPC - "i386" for an x86 - - defaults to: - ${CT_ARCH} - + provides: - - optional - the environment variables to configure the cross-gcc (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_ABI}" ) |