summaryrefslogtreecommitdiff
path: root/src/cmd/cc
AgeCommit message (Collapse)AuthorFilesLines
2008-08-08Change generated acid to indent nested structures properly.Russ Cox1-14/+26
Before the change: acid: M(m0) g0 00008dd0 morearg 00000000 cret 00000000 curg 2aaaaaaab000 lastg 00000000 Gobuf sched { SP ffffe5e0 PC 7fff00001ba1 } ... acid: After the change: acid: M(m0) g0 (G)00008dd0 morearg 00000000 cret 00000000 curg (G)2aaaaaaab000 lastg (G)00000000 Gobuf sched { SP ffffe5e0 PC 00001ba1 } ... acid: R=ken DELTA=27 (14 added, 2 deleted, 11 changed) OCL=13802 CL=13998
2008-08-03Use a single Make.conf for setting CC, etc.Russ Cox1-4/+1
This makes it easy to build with other flags (like -ggdb) or other compilers (like cc64). R=r DELTA=45 (6 added, 22 deleted, 17 changed) OCL=13790 CL=13793
2008-08-03make 6a, 6c, 6g, 6l, libmach_amd64 build on 64-bit gcc.Russ Cox13-160/+160
these guys really really want long to be 32-bits, so ,s/long/int32/ (and then manual fixup). still passes all tests. (i started out looking for just those longs that needed to be int32 instead, and it was just too hard to track them down one by one.) the longs were rare enough that i don't think it will cause integration problems. R=ken OCL=13787 CL=13789
2008-08-036c delete .6 file on errorKen Thompson1-0/+1
R=r DELTA=1 (1 added, 0 deleted, 0 changed) OCL=13785 CL=13785
2008-06-24middle dot as alpha package separatorKen Thompson1-3/+13
SVN=124419
2008-06-12remove reference to 9arRob Pike1-1/+1
SVN=122486
2008-06-12import the plan 9 libraries libc (lib9) and libbio into the tree.Rob Pike1-1/+1
remove the dependency on /home/r. SVN=122482
2008-06-11tweaks in clean rules and dependenciesRob Pike1-1/+1
SVN=122274
2008-06-11convert from mk to makeRob Pike1-0/+50
phew. SVN=122266
2008-06-04Add compiler source to new directory structureRob Pike19-0/+13973
SVN=121164