This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Toplevel: more dependency cleanup


On Mon, 18 Nov 2002, DJ Delorie wrote:
> > +all-bfd: all-libiberty
>
> bfd doesn't depend on libiberty.  bfd is a library.

Things in BFD use things in libiberty.  If BFD builds a
shared library, the above dependency seems necessary.

> > +all-target-fastjar: all-target-libiberty
> > +all-target-gperf: all-target-libiberty
> > +all-target-libstdc++-v3: all-target-libiberty
> > +all-target-libf2c: all-target-libiberty
> > +all-target-libobjc: all-target-libiberty
> > +all-target-winsup: all-target-libiberty
>
> libstdc++, libf2c, and libobjc are libraries.  They shouldn't need to
> depend on all-libiberty. (again, safe to leave it in for now)

Likewise as above.

brgds, H-P


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]