aboutsummaryrefslogtreecommitdiff
path: root/config/global/ct-behave.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/global/ct-behave.in')
-rw-r--r--config/global/ct-behave.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/config/global/ct-behave.in b/config/global/ct-behave.in
index 42171e4d..067602a7 100644
--- a/config/global/ct-behave.in
+++ b/config/global/ct-behave.in
@@ -60,6 +60,17 @@ config ALLOW_BUILD_AS_ROOT_SURE
prompt "Are you sure?"
depends on ALLOW_BUILD_AS_ROOT
+config ENABLE_EXPERIMENTAL_BUNDLED_PATCHES
+ bool
+ default n
+ depends on EXPERIMENTAL
+ prompt "Enable Experimental Bundled Patches"
+ help
+ This option is for advanced users or special senarios where a
+ patch has been submitted upstream, but still not reviewed
+ or applied yet, but fix an issue with a package or feature that
+ is also marked experimental.
+
config DEBUG_CT
bool
prompt "Debug crosstool-NG"