diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-10-21 22:51:39 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-10-21 22:51:39 +0200 |
commit | 68b9b30f6bdcfab194408b06a3fcbc6363fb7ede (patch) | |
tree | 9b285dc55c10bf807eb8e9ac33626c95b8ff8c7b /config/libc/none.in | |
parent | f5cfdc13690648af79d48d5be4f851877c353886 (diff) | |
download | crosstool-ng-68b9b30f6bdcfab194408b06a3fcbc6363fb7ede.tar.gz crosstool-ng-68b9b30f6bdcfab194408b06a3fcbc6363fb7ede.tar.bz2 crosstool-ng-68b9b30f6bdcfab194408b06a3fcbc6363fb7ede.zip |
libc/newlib: allow using newlib with archs other than avr32
Diffstat (limited to 'config/libc/none.in')
-rw-r--r-- | config/libc/none.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/config/libc/none.in b/config/libc/none.in new file mode 100644 index 00000000..95070075 --- /dev/null +++ b/config/libc/none.in @@ -0,0 +1,14 @@ +# Dummy config file to not use a C library *at all* +# depends on BARE_METAL + +config LIBC_none + help + Do not use a C library. + + This is usefull if your project is self-contained, does not rely on + an external C library, and provides all the necessary bits. + + Most probably usefull to bootloaders, as they generally don't depend + on the C library. + + If unsure: do *not* choose that, and use another option in the choice. |