When building shared libraries on HPUX with gcc, forcibly include -lgcc
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 20 Oct 2003 01:34:33 +0000 (01:34 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 20 Oct 2003 01:34:33 +0000 (01:34 +0000)
commit41e6e3671957d356b06ad930cfd9231acc9cfe16
tree6bb9c17db407e20b1a1deeb5f6b264efac7cf3e1
parent6f169057de1ee813ef941a40937711b998f731a8
When building shared libraries on HPUX with gcc, forcibly include -lgcc
to ensure any needed compiler support routines are included.  This is
arguably appropriate on *every* gcc platform, but for the moment I'll take
the conservative approach of only doing it on a platform where it's
provably useful.  Per complaint from Heiko Lehmann, 13-Feb-03, as well
as personal experience --- contrib/pgstattuple has never worked for me,
but it does now.
src/Makefile.shlib