Commit 9f47c4cc authored by Tom Lane's avatar Tom Lane

AFAICT, none of our shared libraries are anywhere near big enough to

need -fPIC on HPPA.  Reduce to -fpic.
parent 196d0dd1
......@@ -30,7 +30,7 @@ AROPT = crs
DLSUFFIX = .sl
ifeq ($(GCC), yes)
CFLAGS_SL = -fPIC
CFLAGS_SL = -fpic
else
CFLAGS_SL = +z
endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment