Mail Archives: djgpp/1997/06/03/16:36:42
Andrew Crabtree wrote:
>
> Does anyone know offhand where the support for the
>
> set DJGPP=...djgpp.env
>
> is in the gcc code? I don't want anyone to spend time on it
> (i've done a grep for it in the source already), just
> if you could narrow my search to a few files.
It's in src/libc/crt0/c1loadef.c: the __crt0_load_environment_file()
function. All it does is a getenv on "DJGPP" and then processes the
indicated file.
--
---------------------------------------------------------------------
| John M. Aldrich, aka Fighteer I | mailto:fighteer AT cs DOT com |
| * Proud user of DJGPP! * | http://www.cs.com/fighteer |
| ObJoke: If Bill Gates were a robber, not only would he |
| shoot you, but he'd send you a bill for the bullets. |
---------------------------------------------------------------------
- Raw text -