diff options
author | Fernando Lopez Jr <fernando.lopezjr@gmail.com> | 2017-11-15 21:33:27 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-11-17 01:25:53 +0700 |
commit | 902d295c0e23c62ff9a23184b18a253de7bd1254 (patch) | |
tree | 96a880a319f28e2e8714360ca878dede1628ac54 /development/newlib/README | |
parent | 18f7c0e861e6727918c3816090dbcdba97fc7121 (diff) |
development/newlib: Added (C Library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/newlib/README')
-rw-r--r-- | development/newlib/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/development/newlib/README b/development/newlib/README new file mode 100644 index 0000000000000..3e0d756060d32 --- /dev/null +++ b/development/newlib/README @@ -0,0 +1,7 @@ +Newlib is a C library intended for use on embedded systems. +It is a conglomeration of several library parts, all under free +software licenses that make them easily usable on embedded products. + +Newlib is only available in source form. It can be compiled for a +wide array of processors, and will usually work on any architecture +with the addition of a few low-level routines. |