mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-18 10:46:26 +00:00
config/libc: move around hidden config options
This yields a cleaner .config file that is easier to read.
This commit is contained in:
parent
1215142d57
commit
37c48b9654
@ -1,12 +1,12 @@
|
||||
# C library options
|
||||
|
||||
menu "C-library"
|
||||
|
||||
config LIBC
|
||||
string
|
||||
default "newlib" if BARE_METAL && ARCH_avr32 && EXPERIMENTAL
|
||||
default "none" if BARE_METAL
|
||||
|
||||
menu "C-library"
|
||||
|
||||
config LIBC_VERSION
|
||||
string
|
||||
help
|
||||
|
Loading…
Reference in New Issue
Block a user