diff options
author | Fernando Lopez Jr <fernando.lopezjr@gmail.com> | 2017-03-08 23:55:08 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-11 07:03:50 +0700 |
commit | 563439b4c92a58251dda4e9f784c80d1423ce2ee (patch) | |
tree | dc52720046518bde9dc82e3d61a41cc352145f26 /development/newlib-headers/README | |
parent | d221695960b7ef6a0a10e0c5668c5006f211aa2d (diff) | |
download | slackbuilds-563439b4c92a58251dda4e9f784c80d1423ce2ee.tar.gz |
development/newlib-headers: Added (C library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/newlib-headers/README')
-rw-r--r-- | development/newlib-headers/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/development/newlib-headers/README b/development/newlib-headers/README new file mode 100644 index 0000000000..b132d6f71b --- /dev/null +++ b/development/newlib-headers/README @@ -0,0 +1,7 @@ +Newlib headers 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. |