summaryrefslogtreecommitdiff
path: root/sys/src/cmd/pcc.c
AgeCommit message (Collapse)Author
2019-06-19pcc: back out -+ flag removal to allow gracefull upgrade path with new pcc ↵cinap_lenrek
but old cpp
2019-06-18Always turn on the -+ flag in cppOri Bernstein
C99 comments have been the default in compilers for something like 20 years now. This means we don't need to remember to turn it on when porting software, and gets rid of cryptic errors about unterminated character constants when someone writes something like: // Didn't need to... We still accept the flag to avoid breaking mkfiles, but we do nothing with it. This also removes the documentation, since the option does nothing now.
2019-05-03ape: initial support for arm64cinap_lenrek
2016-05-04retire the dec alpha portcinap_lenrek
2012-04-14pcc: accept .o file extensioncinap_lenrek
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen