summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author B. Watson2020-10-13 06:53:15 +0200
committer Willy Sudiarto Raharjo2020-10-17 04:39:33 +0200
commit73c7df41069e82ef9926ddd924d47a2ab89ec805 (patch)
tree6e8a5e6e2bcd7360aedbf9b228a5dc54d62dded3 /development
parent2d4b5ee0908597f9aade923caba5ce0364068aba (diff)
downloadslackbuilds-73c7df41069e82ef9926ddd924d47a2ab89ec805.tar.gz
development/pcc: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/pcc/README11
1 files changed, 6 insertions, 5 deletions
diff --git a/development/pcc/README b/development/pcc/README
index 37a36505d5..121124f12c 100644
--- a/development/pcc/README
+++ b/development/pcc/README
@@ -4,7 +4,7 @@ code and 80% of the backend code has been rewritten.
Build options (environment variables):
TLS - Enable thread local storage? Default=no, export TLS=yes to enable.
-CC - Compiler to use. Default is to look for pcc, gcc, clang (in that order).
+CC - Compiler to use. Default: look for pcc, gcc, clang (in that order).
This build is for the 1.1.0 release of pcc. The 1.0 release no longer
works on modern Slackware versions (newer than 13.37). The old pcc
@@ -13,8 +13,9 @@ libraries so no separate pcc-libs is needed (or exists).
Optional step: To bootstrap pcc, first remove any old versions of pcc
(and pcc-libs, if present), then build and install pcc twice (without
-setting CC). The first time, pcc will be built with gcc. The second time,
-it will be built with itself.
+setting CC). The first time, pcc will be built with gcc. The second
+time, it will be built with itself.
-Note: pcc is a C compiler only. There is experimental, incomplete support
-for C++ and Fortran 77 in the pcc codebase, but neither is usable yet.
+Note: pcc is a C compiler only. There is experimental, incomplete
+support for C++ and Fortran 77 in the pcc codebase, but neither is
+usable yet.