Subject: Re: different behaviour of system cc and TOOLDIR/cc
To: Todd Vierling <tv@pobox.com>
From: Jason Thorpe <thorpej@wasabisystems.com>
List: tech-toolchain
Date: 06/10/2003 12:22:27
On Tuesday, June 10, 2003, at 12:04  PM, Todd Vierling wrote:

> On Tue, 10 Jun 2003, Matthias Drochner wrote:
>
> : > possibility of the GCC-provided crtbegin/crtend being in a 
> different
> : > location from ${DESTDIR}/usr/lib
> :
> : Something like appended?
>
> If they're in a different location, it should be possible to put that
> location into a -B option that immediately precedes 
> -B${DESTDIR}/usr/lib/
> (and thus not have to name the gcc-supplied files explicitly).

Agreed.  That would be the ideal situation.

Note, however, that it would also be nice to get a list of which files 
are going to be used, so we can generate dependencies on them.

         -- Jason R. Thorpe <thorpej@wasabisystems.com>