summaryrefslogtreecommitdiff
path: root/config/libc.in
diff options
context:
space:
mode:
authorMartin Lund <mgl@doredevelopment.dk>2009-06-20 15:16:54 (GMT)
committerMartin Lund <mgl@doredevelopment.dk>2009-06-20 15:16:54 (GMT)
commit8fb846f5b5174e42b913f20ab1f058b502fd4791 (patch)
tree131917fbec4362cc8efec901d0a2a4c9c9a6a879 /config/libc.in
parent6b2b096869072b8dfb58e35e55e45947fcbed75a (diff)
Misc AVR32 cleanups.
Diffstat (limited to 'config/libc.in')
-rw-r--r--config/libc.in7
1 files changed, 2 insertions, 5 deletions
diff --git a/config/libc.in b/config/libc.in
index a10b942..d8020ca 100644
--- a/config/libc.in
+++ b/config/libc.in
@@ -2,11 +2,8 @@
config LIBC
string
-# default "none" if BARE_METAL
- default "newlib" if EXPERIMENTAL
-
-# FIXME: toolchain can be BARE_METAL (no OS) but have OS independent LIBC (eg. newlib)
-# new combinations needed
+ default "none" if BARE_METAL
+ default "newlib" if BARE_METAL && ARCH_avr32 && EXPERIMENTAL
menu "C-library"