Mail Archives: djgpp/1993/05/25/15:57:50
> Another question... A week ago someone asked a question about GCC16.EXE. I
> looked on Omnigate, but didn't find it explicitly listed. Where can I find
> it? Is it the same as straight GCC _except_ that it produces 16 bit code?
> Does this mean that it doesn't need a GO32 and produces .EXE files?
djg16222.zip
It produces exactly the same output as gcc, as it calls the same
backend programs - cpp/cc1/as/ld. The only difference is that
gcc16.exe is compiled with TurboC instead of gcc so as to improve
compile performance slightly.
- Raw text -