This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: A patch for hppa1.1-hp-hpux10.20 w/ --enable-shared
- To: neal at ctd dot comsat dot com (Neal Becker), egcs at cygnus dot com
- Subject: Re: A patch for hppa1.1-hp-hpux10.20 w/ --enable-shared
- From: Jason Merrill <jason at cygnus dot com>
- Date: 03 Dec 1997 10:51:58 -0800
- References: <199712031208.NAA19982@lev.labs.trema.com><u967p6o0ot.fsf.cygnus.egcs@neal.ctd.comsat.com>
>>>>> Neal Becker <neal@ctd.comsat.com> writes:
> Actually, gcc-2.7.2.2 has this in the specs:
> *libgcc:
> %{!shared:-lgcc}
> which I guess is the same thing change you're recommending to egcs.
> Well it's been working fine for gcc-2.7.2.2, so I guess this is the
> Right Thing To Do.
Nope. We need to include libgcc in shared objects so they can be
dynamically loaded.
Jason