aboutsummaryrefslogtreecommitdiff
path: root/development/newlib-headers/README
diff options
context:
space:
mode:
authorFernando Lopez Jr <fernando.lopezjr@gmail.com>2017-03-08 23:55:08 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-03-11 07:03:50 +0700
commit563439b4c92a58251dda4e9f784c80d1423ce2ee (patch)
treedc52720046518bde9dc82e3d61a41cc352145f26 /development/newlib-headers/README
parentd221695960b7ef6a0a10e0c5668c5006f211aa2d (diff)
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/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/development/newlib-headers/README b/development/newlib-headers/README
new file mode 100644
index 000000000000..b132d6f71b6e
--- /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.