diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-10-21 19:08:31 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-10-21 19:08:31 +0200 |
commit | 37c48b965406a77f0871e3367b859c0183946449 (patch) | |
tree | e44d264f3f69e09ce5c497676e1887e40dd38495 /config/libc.in | |
parent | 1215142d577fe524b5597af2110b2ec54c4ae4a8 (diff) | |
download | crosstool-ng-37c48b965406a77f0871e3367b859c0183946449.tar.gz crosstool-ng-37c48b965406a77f0871e3367b859c0183946449.tar.bz2 crosstool-ng-37c48b965406a77f0871e3367b859c0183946449.zip |
config/libc: move around hidden config options
This yields a cleaner .config file that is easier to read.
Diffstat (limited to 'config/libc.in')
-rw-r--r-- | config/libc.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/libc.in b/config/libc.in index 30e39e55..c3d64aef 100644 --- a/config/libc.in +++ b/config/libc.in @@ -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 |