# HG changeset patch # User "Yann E. MORIN" # Date 1256144911 -7200 # Node ID 646bafb5b7f2d2c1b2a00c8b5cf7fa889f4c07d9 # Parent 991a59088ff09528896ac64ed4e8a6fba31eae39 config/libc: move around hidden config options This yields a cleaner .config file that is easier to read. diff -r 991a59088ff0 -r 646bafb5b7f2 config/libc.in --- a/config/libc.in Fri Oct 23 09:48:22 2009 -0700 +++ b/config/libc.in Wed Oct 21 19:08:31 2009 +0200 @@ -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