mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
development/pcc: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2d4b5ee090
commit
73c7df4106
1 changed files with 6 additions and 5 deletions
|
@ -4,7 +4,7 @@ code and 80% of the backend code has been rewritten.
|
||||||
|
|
||||||
Build options (environment variables):
|
Build options (environment variables):
|
||||||
TLS - Enable thread local storage? Default=no, export TLS=yes to enable.
|
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
|
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
|
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
|
Optional step: To bootstrap pcc, first remove any old versions of pcc
|
||||||
(and pcc-libs, if present), then build and install pcc twice (without
|
(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,
|
setting CC). The first time, pcc will be built with gcc. The second
|
||||||
it will be built with itself.
|
time, it will be built with itself.
|
||||||
|
|
||||||
Note: pcc is a C compiler only. There is experimental, incomplete support
|
Note: pcc is a C compiler only. There is experimental, incomplete
|
||||||
for C++ and Fortran 77 in the pcc codebase, but neither is usable yet.
|
support for C++ and Fortran 77 in the pcc codebase, but neither is
|
||||||
|
usable yet.
|
||||||
|
|
Loading…
Reference in a new issue