summaryrefslogtreecommitdiff
path: root/docs/overview.txt
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-01-23 15:49:56 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-01-23 15:49:56 (GMT)
commit0e2fb72a75aa0b20254846ef9b5f1475f380f6d2 (patch)
tree10de04c79c6b1e7039ecc533fe6625657a267cd4 /docs/overview.txt
parent8a50c2d2441f6fe1fec03ee9917ef937d0220b10 (diff)
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/overview.txt')
-rw-r--r--docs/overview.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/overview.txt b/docs/overview.txt
index 1a2a622..206e8c9 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}" )