# HG changeset patch # User "Yann E. MORIN" # Date 1264261796 -3600 # Node ID 41c2a6716511adc5a8378bf8ffac23d5766327b0 # Parent fc9c1c675802f1adb9cfe49b5f6730cfa70c34cb 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. diff -r fc9c1c675802 -r 41c2a6716511 docs/overview.txt --- a/docs/overview.txt Sun Jan 17 23:19:53 2010 +0100 +++ b/docs/overview.txt Sat Jan 23 16:49:56 2010 +0100 @@ -828,17 +828,6 @@ - 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}" )