diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-05-13 20:55:15 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-05-13 20:55:15 +0000 |
commit | df07dda46dd4265f8e2f8f0bdfca462c0719a838 (patch) | |
tree | 8c9c7a728d1cc07ee7deceb551096cd12cbd5582 /config/kernel.in | |
parent | e89072b5a5922a08bcf3f1f10f3bd12806918f23 (diff) | |
download | crosstool-ng-df07dda46dd4265f8e2f8f0bdfca462c0719a838.tar.gz crosstool-ng-df07dda46dd4265f8e2f8f0bdfca462c0719a838.tar.bz2 crosstool-ng-df07dda46dd4265f8e2f8f0bdfca462c0719a838.zip |
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(-)
Diffstat (limited to 'config/kernel.in')
-rw-r--r-- | config/kernel.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/kernel.in b/config/kernel.in index 388c0487..9c701e10 100644 --- a/config/kernel.in +++ b/config/kernel.in @@ -3,7 +3,7 @@ menu "Operating System" # Config option used throughout the config and code to determine wether -# we have a kernel or not (there might be different bare metal stuff... +# we have a kernel or not (there might be different bare metal stuff)... config BARE_METAL bool default n |