diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-04-17 22:24:42 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-04-17 22:24:42 +0000 |
commit | 5b96251953f0974a23ffaae3ce04781b3a3f23e7 (patch) | |
tree | 8bf632843c8ffb6d83fe3b71e1afcf44fc4b9445 /config/global.in | |
parent | 8c5cfe649d03885489c402479f7baeffe0623b08 (diff) | |
download | crosstool-ng-5b96251953f0974a23ffaae3ce04781b3a3f23e7.tar.gz crosstool-ng-5b96251953f0974a23ffaae3ce04781b3a3f23e7.tar.bz2 crosstool-ng-5b96251953f0974a23ffaae3ce04781b3a3f23e7.zip |
Add the EXPERIMENTAL option to show options marked as such.
Add the four types of toolchains ct-ng is able to build as EXPERIMENTAL, except for CROSS which *is* functional.
Reorder menus accordingly.
Diffstat (limited to 'config/global.in')
-rw-r--r-- | config/global.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/config/global.in b/config/global.in index 767ce3ac..fe555892 100644 --- a/config/global.in +++ b/config/global.in @@ -2,6 +2,20 @@ menu "Paths and misc options" +config EXPERIMENTAL + bool + prompt "Try features marked as EXPERIMENTAL" + default n + help + If you set this to Y, then you will be able to try very experimental + features. + + Experimental features can be one of: + - working, in which case you should tell me it is! + - buggy, in which case you could try patching and send me the result + - 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 PARALLEL_JOBS int prompt "Number of parallel jobs" |