config/config.mk
changeset 1878 2c577664a23d
parent 1877 b579a5cb53d1
child 1976 2d90ec981ba3
     1.1 --- a/config/config.mk	Thu Apr 01 19:45:28 2010 +0200
     1.2 +++ b/config/config.mk	Thu Apr 01 19:52:54 2010 +0200
     1.3 @@ -164,7 +164,7 @@
     1.4  	$(call build_gen_choice_in,$@,C compiler,CC,config/cc,,$(CCS))
     1.5  
     1.6  config.gen/libc.in: $(LIBC_CONFIG_FILES)
     1.7 -	$(call build_gen_choice_in,$@,C library,LIBC,config/libc,,$(LIBCS))
     1.8 +	$(call build_gen_choice_in,$@,C library,LIBC,config/libc,Y,$(LIBCS))
     1.9  
    1.10  config.gen/debug.in: $(DEBUG_CONFIG_FILES)
    1.11  	$(call build_gen_menu_in,$@,Debug,DEBUG,config/debug,$(DEBUGS))