diff options
author | Armin Besirovic <armin[at]linux[dot]org[dot]ba> | 2011-06-18 15:55:05 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-06-18 15:55:05 -0500 |
commit | fddfe1e62f64f96b798ed9093294595939647f69 (patch) | |
tree | b1816a1116b7fcdc5170330775ef1d2bca0f3323 /development/pcc-libs/README | |
parent | 5db71a06514191e0020c8d844e2a94347182710c (diff) | |
download | slackbuilds-fddfe1e62f64f96b798ed9093294595939647f69.tar.gz |
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/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/development/pcc-libs/README b/development/pcc-libs/README new file mode 100644 index 0000000000..ed03f8ec84 --- /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. |