-
Notifications
You must be signed in to change notification settings - Fork 10
/
README
37 lines (25 loc) · 1.15 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Fri Jul 19 02:18:35 PM IDT 2024
===============================
The last time I was able to update this repo was October 30, 2023. Since
then, the original CVS repo has been unavailable. In theory, one day
PCC will return. We can only keep hoping.
Thu Sep 1 20:49:54 IDT 2016
============================
This Git repo is a simple mirror of the CVS repositories for the PCC
Revived project (but without the 'CVS' directories).
This project is a revival of the venerable Unix Portable C Compiler. It
adds C 99 and general GCC compatbility with code generators for i386
and x86_64 among others. The home page is:
http://pcc.ludd.ltu.se/
For installing, you have to first build and install the pcc-libs,
and then build and install pcc. The usual configure && make incantation
is used. For instructions using CVS, see:
http://pcc.ludd.ltu.se/supported-platforms/
The mailing list for reporting errors is: [email protected].
The JIRA is
http://pcc.ludd.ltu.se/jira/secure/Dashboard.jspa
I am creating this Git repo so that I can access the code via HTTP(S)
from behind the corporate firewall at my work. There are no other
motives.
Arnold Robbins