Mail Archives: djgpp-workers/2001/08/25/07:40:08
On 24 Aug 2001, at 21:35, DJ Delorie wrote:
>
> > Fine with me, but the reason we use the script name is that we invoke
> > the linker directly in some cases, not through GCC. Does anyone
> > remember why is this done, why don't we use GCC to link? DJ?
>
> I don't recall exactly, but it might be a combination of not trusting
> gcc to use our newly created files (and nothing else) and perhaps gcc
> not doing the right thing back then anyway. IIRC, we've been
> converting things to just using gcc directly as we trip over them.
It we want to use installed linker script we still need to specify it
explicitly (My note yesterday was wrong).
However there are 2 C++ files which potentially could cause harm, but
they don't now:
mkdoc.cc - It's compiled and linked with gcc, so defaults for gcc
is being used and as result all should be Ok
emu387.cc - it also doesn't cause trouble
Andris
- Raw text -