config/libc.in
branchavr32
changeset 1371 802c132f1f71
parent 1269 17e37102a037
child 1468 841be3d8669e
     1.1 --- a/config/libc.in	Thu Mar 26 18:58:13 2009 +0000
     1.2 +++ b/config/libc.in	Fri May 22 14:46:18 2009 +0000
     1.3 @@ -2,7 +2,11 @@
     1.4  
     1.5  config LIBC
     1.6      string
     1.7 -    default "none" if BARE_METAL
     1.8 +#    default "none" if BARE_METAL
     1.9 +    default "newlib" if EXPERIMENTAL
    1.10 +
    1.11 +# FIXME: toolchain can be BARE_METAL (no OS) but have OS independent LIBC (eg. newlib)
    1.12 +#        new combinations needed
    1.13  
    1.14  menu "C-library"
    1.15