diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-05-13 21:11:27 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-05-13 21:11:27 +0000 |
commit | 4ef6286f11161370e7d77102ec23df58a11a7e47 (patch) | |
tree | 074a2430820074f73fb5a9f621beec1ca3d2fc94 /config/kernel.in | |
parent | a47bd2d00e3f766a58d57d30e77613726475326e (diff) | |
download | crosstool-ng-4ef6286f11161370e7d77102ec23df58a11a7e47.tar.gz crosstool-ng-4ef6286f11161370e7d77102ec23df58a11a7e47.tar.bz2 crosstool-ng-4ef6286f11161370e7d77102ec23df58a11a7e47.zip |
Remove dead entries for components not yet integrated: cygwin kernel, tcc...
Some fixups in config entries, to avoid warnings when parsed by the kconfig parser.
Diffstat (limited to 'config/kernel.in')
-rw-r--r-- | config/kernel.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/config/kernel.in b/config/kernel.in index 770f496c..2eaf4e36 100644 --- a/config/kernel.in +++ b/config/kernel.in @@ -13,13 +13,6 @@ config KERNEL_LINUX help Build a toolchain targeting systems running Linux as a kernel. -config KERNEL_CYGWIN - bool - prompt "cygwin" - depends on EXPERIMENTAL && ( ARCH_x86 || ARCH_x86_64 ) - help - Build a toolchain targeting systems running Windows/cygwin as a kernel. - endchoice config KERNEL_VERSION @@ -29,8 +22,4 @@ if KERNEL_LINUX source config/kernel_linux.in endif -if KERNEL_CYGWIN -source config/kernel_cygwin.in -endif - endmenu |