Mail Archives: djgpp-workers/1996/08/26/08:41:31
> Currently it is hardcoded in the BFD library, but I will try to find a
> way of reading it from a file. But here is the next problem/question.
> From which file?? In the current DJGPP distribution is no such file.
> Should it be read from a file with a fixed name or take the filename
> from an environment variable and if all of this fails, take the hardcoded
> stub?
I think an environment variable in djgpp.env (ld-specific, of course)
that refers to an external file, else use the hardcoded one.
> If you mean, that the linker should produce every time an .exe file,
> this is correct. But what about people, who want to get a raw COFF
> image? In this case you must tell ld the correct bfd-output-format and
> so you need two different targets and names for them.
That's what exe2coff is for. Don't worry about it.
- Raw text -