mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-18 02:39:46 +00:00
config: allow libc selection in backend mode
In backend mode, allow the upper-layer build system to force the C library selection.
This commit is contained in:
parent
5a6f29c1d1
commit
ce111fe36f
@ -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"
|
||||
|
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user