Y
Hacker News
new
|
ask
|
show
|
jobs
by
emilbratt
281 days ago
That is not a compiler. That is called a wrapper script. But funny none the less.
1 comments
amszmidt
281 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,
link
01HNNWZ0MV43FF
281 days ago
yeah but c00 and c01 actually do stuff
link
TZubiri
281 days ago
So does gcc
link
GCC does basically the same thing even today,