config/kernel/uclinux.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed May 13 20:55:15 2009 +0000 (2009-05-13)
changeset 1337 7f742f73c2d1
permissions -rw-r--r--
Merge the /deve/uclinux branch back to /trunk:
- add support for uClinux, the MMU-less ports of Linux.

-------- diffstat follows --------
/trunk/scripts/build/kernel/linux.sh | 100 1 99 0 ---------------
/trunk/steps.mk | 1 1 0 0 +
/trunk/config/kernel/linux.in | 247 0 247 0 -------------------------------------
/trunk/config/kernel.in | 2 1 1 0
/trunk/config/libc/glibc.in | 2 1 1 0
/trunk/config/libc/eglibc.in | 2 1 1 0
/trunk/config/libc/glibc-eglibc.in-common | 5 5 0 0 +
/trunk/config/config.in | 1 1 0 0 +
8 files changed, 11 insertions(+), 349 deletions(-)
     1 # uClinux kernel options
     2 # depends on EXPERIMENTAL
     3 
     4 config KERNEL_uclinux
     5     help
     6       Build a toolchain targeting systems running uClinux as a kernel.
     7 
     8 choice
     9     bool
    10     depends on KERNEL_uclinux
    11     prompt "noMMU binary format"
    12 
    13 config KERNEL_UCLINUX_BINFMT_FLAT
    14     bool
    15     prompt "binfmt_flat"
    16     help
    17       This will build the elf2flt and flthdr utilities for your architecture
    18       into the toolchain
    19 
    20 endchoice
    21