OSDN Git Service

AFAICT, none of our shared libraries are anywhere near big enough to
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 29 May 2003 18:08:42 +0000 (18:08 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 29 May 2003 18:08:42 +0000 (18:08 +0000)
need -fPIC on HPPA.  Reduce to -fpic.

src/makefiles/Makefile.hpux

index 559b887..3f81ce3 100644 (file)
@@ -30,7 +30,7 @@ AROPT = crs
 
 DLSUFFIX = .sl
 ifeq ($(GCC), yes)
-CFLAGS_SL = -fPIC
+CFLAGS_SL = -fpic
 else
 CFLAGS_SL = +z
 endif