diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-01-23 16:49:56 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-01-23 16:49:56 +0100 |
commit | 0e2fb72a75aa0b20254846ef9b5f1475f380f6d2 (patch) | |
tree | 10de04c79c6b1e7039ecc533fe6625657a267cd4 /docs | |
parent | 8a50c2d2441f6fe1fec03ee9917ef937d0220b10 (diff) | |
download | crosstool-ng-0e2fb72a75aa0b20254846ef9b5f1475f380f6d2.tar.gz crosstool-ng-0e2fb72a75aa0b20254846ef9b5f1475f380f6d2.tar.bz2 crosstool-ng-0e2fb72a75aa0b20254846ef9b5f1475f380f6d2.zip |
docs: do not document CT_KERNEL_ARCH, it's going away...
Since we merged the 32/64-bit archs, and we explicitly used
the Linux kernel arch name, we can get rid of CT_KERNEL_ARCH.
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}" ) |