summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/backend.in4
-rw-r--r--config/config.mk2
2 files changed, 5 insertions, 1 deletions
diff --git a/config/backend.in b/config/backend.in
index 7dcf4e3..4709fae 100644
--- a/config/backend.in
+++ b/config/backend.in
@@ -16,3 +16,7 @@ config BACKEND_ARCH
config BACKEND_KERNEL
string
option env="CT_BACKEND_KERNEL"
+
+config BACKEND_LIBC
+ string
+ option env="CT_BACKEND_LIBC"
diff --git a/config/config.mk b/config/config.mk
index f56ebde..c0247b1 100644
--- a/config/config.mk
+++ b/config/config.mk
@@ -164,7 +164,7 @@ config.gen/cc.in: $(CC_CONFIG_FILES)
$(call build_gen_choice_in,$@,C compiler,CC,config/cc,,$(CCS))
config.gen/libc.in: $(LIBC_CONFIG_FILES)
- $(call build_gen_choice_in,$@,C library,LIBC,config/libc,,$(LIBCS))
+ $(call build_gen_choice_in,$@,C library,LIBC,config/libc,Y,$(LIBCS))
config.gen/debug.in: $(DEBUG_CONFIG_FILES)
$(call build_gen_menu_in,$@,Debug,DEBUG,config/debug,$(DEBUGS))