aboutsummaryrefslogtreecommitdiff
path: root/development/pcc-libs/README
diff options
context:
space:
mode:
authorArmin Besirovic <armin[at]linux[dot]org[dot]ba>2011-06-18 15:55:05 -0500
committerRobby Workman <rworkman@slackbuilds.org>2011-06-18 15:55:05 -0500
commitfddfe1e62f64f96b798ed9093294595939647f69 (patch)
treeb1816a1116b7fcdc5170330775ef1d2bca0f3323 /development/pcc-libs/README
parent5db71a06514191e0020c8d844e2a94347182710c (diff)
development/pcc-libs: Added (C Library for the Portable C Compiler)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/pcc-libs/README')
-rw-r--r--development/pcc-libs/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/development/pcc-libs/README b/development/pcc-libs/README
new file mode 100644
index 000000000000..ed03f8ec8495
--- /dev/null
+++ b/development/pcc-libs/README
@@ -0,0 +1,7 @@
+pcc-libs (Standard C library for pcc)
+
+The compiler is based on the original Portable C Compiler by S. C.
+Johnson, written in the late 70's. About 50% of the frontend code
+and 80% of the backend code has been rewritten.
+
+This package contains the standard C library for pcc.