diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-05-06 13:42:10 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-05-06 13:42:10 +0000 |
commit | 96d28dc7d32fe10abb8ce832f08bf4fa3a5e3d9d (patch) | |
tree | 00b21299db0d6fa8145fd3b90b29d4d6245e0420 /config/global.in | |
parent | 0325315ce79c27cc503a46a8e4b23ad7155b8051 (diff) | |
download | crosstool-ng-96d28dc7d32fe10abb8ce832f08bf4fa3a5e3d9d.tar.gz crosstool-ng-96d28dc7d32fe10abb8ce832f08bf4fa3a5e3d9d.tar.bz2 crosstool-ng-96d28dc7d32fe10abb8ce832f08bf4fa3a5e3d9d.zip |
Introduce an OBSOLETE config option, to mask-out legacy stuff.
Diffstat (limited to 'config/global.in')
-rw-r--r-- | config/global.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/global.in b/config/global.in index 3b227c0b..a3416cfd 100644 --- a/config/global.in +++ b/config/global.in @@ -16,6 +16,16 @@ config EXPERIMENTAL - unfinished, in which case you could try hacking it and send me the result - non-existant, in which case you could also try hacking it in and send the result +config OBSOLETE + bool + prompt "Use obsolete features" + default n + help + If you set this to Y, you will be able to select obsolete features. + + Such obsolete features are the use of old kernel headers, old + gcc versions, etc... + config PARALLEL_JOBS int prompt "Number of parallel jobs" |