summaryrefslogtreecommitdiff
path: root/config/global.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-04-17 22:24:42 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-04-17 22:24:42 (GMT)
commit5b96251953f0974a23ffaae3ce04781b3a3f23e7 (patch)
tree8bf632843c8ffb6d83fe3b71e1afcf44fc4b9445 /config/global.in
parent8c5cfe649d03885489c402479f7baeffe0623b08 (diff)
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.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/config/global.in b/config/global.in
index 767ce3a..fe55589 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"