diff options
author | Martin Lund" <mgl@doredevelopment.dk> | 2009-05-22 14:46:18 +0000 |
---|---|---|
committer | Martin Lund" <mgl@doredevelopment.dk> | 2009-05-22 14:46:18 +0000 |
commit | a94b87075666680ca0285cd67efc253a5089756f (patch) | |
tree | be807969719bedc90975851175e8759804d6a9a2 /config/libc.in | |
parent | 7c893bce09f49acab08a2795ff36c066e5ed44fd (diff) | |
download | crosstool-ng-a94b87075666680ca0285cd67efc253a5089756f.tar.gz crosstool-ng-a94b87075666680ca0285cd67efc253a5089756f.tar.bz2 crosstool-ng-a94b87075666680ca0285cd67efc253a5089756f.zip |
Added initial AVR32 support (bare-metal,newlib)
Diffstat (limited to 'config/libc.in')
-rw-r--r-- | config/libc.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config/libc.in b/config/libc.in index ce1e2cc2..a10b942d 100644 --- a/config/libc.in +++ b/config/libc.in @@ -2,7 +2,11 @@ config LIBC string - default "none" if BARE_METAL +# 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 menu "C-library" |