Hacker News new | ask | show | jobs
by amszmidt 291 days ago
The original cc was just a wrapper like this Python example around a bunch of external programs, calling c00, c01, until something could be fed to as and then linked using ld.

GCC does basically the same thing even today,

1 comments

yeah but c00 and c01 actually do stuff
So does gcc