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: Always link against static libgcc on hppa-linux


> The solution that seems best to me (perhaps naively) would be to put
> these routines in the crt*.o files.  Do you use those on hppa-linux?
> Those files are linked in with every shared object, so you would get
> the routines automatically, and statically as you require.

Yes.  However, I believe that libc.so is linked with "-nostartfiles".
Thus, I think the above suggestion likely would cause a problem building
this library.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)


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