summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/global/ct-behave.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/config/global/ct-behave.in b/config/global/ct-behave.in
index 49f76ac..53f4adf 100644
--- a/config/global/ct-behave.in
+++ b/config/global/ct-behave.in
@@ -2,6 +2,15 @@
comment "crosstool-NG behavior"
+config IS_A_BACKEND
+ string
+ option env="CT_IS_A_BACKEND"
+
+config BACKEND
+ bool
+ default y if IS_A_BACKEND = "y" || IS_A_BACKEND = "Y"
+ default n if IS_A_BACKEND != "y" && IS_A_BACKEND != "Y"
+
config OBSOLETE
bool
prompt "Use obsolete features"