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

need -fPIC on HPPA.  Reduce to -fpic.
This commit is contained in:
Tom Lane 2003-05-29 18:08:42 +00:00
parent 196d0dd10b
commit 9f47c4cc5c
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ AROPT = crs
DLSUFFIX = .sl
ifeq ($(GCC), yes)
CFLAGS_SL = -fPIC
CFLAGS_SL = -fpic
else
CFLAGS_SL = +z
endif