Subject: Re: hp700 native build problem with tools/file
To: Christos Zoulas <christos@tac.gw.com>
From: Nick Hudson <nick.hudson@dsl.pipex.com>
List: tech-toolchain
Date: 05/07/2005 19:49:23
On Saturday 07 May 2005 17:59, Christos Zoulas wrote:
> In article <20050507170553.GA555@spathi.chuq.com>,
>
> Chuck Silvers  <chuq@chuq.com> wrote:
> >removing the "-nodefaultlibs" option allows this to complete.
> >what's the right way fix this so that it works on all platforms?
>
> I don't know what the semantics of nodefaultlibs are, but maybe
> the library that contains the $$ functions should always be part
> of the link, even if -nodefaultlibs is specified? How do other OS's
> deal with this?

-nodefaultlibs removes libgcc. Those functions are in libgcc.

Nick