forked from arnoldrobbins/pcc-revived
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
30 lines (20 loc) · 931 Bytes
/
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
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: pcc@lists.ludd.ltu.se.
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
arnold@skeeve.com