pgsql: Use -fPIC not -fpic for BSDen on Sparc.

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use -fPIC not -fpic for BSDen on Sparc.
Date: 2004-10-11 23:27:25
Message-ID: 20041011232725.6A8C832A42A@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Use -fPIC not -fpic for BSDen on Sparc. Also switch from
$(LD) -x -Bshareable to $(CC) -shared on OpenBSD (I suspect this
should be carried over to the other two as well, but will refrain
pending suggestions from people who actually use those platforms).
Per Stefan Kaltenbrunner.

Modified Files:
--------------
pgsql/src/makefiles:
Makefile.freebsd (r1.16 -> r1.17)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/makefiles/Makefile.freebsd.diff?r1=1.16&r2=1.17)
Makefile.netbsd (r1.8 -> r1.9)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/makefiles/Makefile.netbsd.diff?r1=1.8&r2=1.9)
Makefile.openbsd (r1.8 -> r1.9)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/makefiles/Makefile.openbsd.diff?r1=1.8&r2=1.9)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2004-10-12 01:04:11 pgsql: Add some pg_config_path.h dependencies for places that include
Previous Message Tom Lane 2004-10-11 22:57:04 pgsql: Fix OR-index-scan planner to recognize that a partial index is