AFAICT, none of our shared libraries are anywhere near big enough to
need -fPIC on HPPA. Reduce to -fpic.
This commit is contained in:
parent
196d0dd10b
commit
9f47c4cc5c
@ -30,7 +30,7 @@ AROPT = crs
|
|||||||
|
|
||||||
DLSUFFIX = .sl
|
DLSUFFIX = .sl
|
||||||
ifeq ($(GCC), yes)
|
ifeq ($(GCC), yes)
|
||||||
CFLAGS_SL = -fPIC
|
CFLAGS_SL = -fpic
|
||||||
else
|
else
|
||||||
CFLAGS_SL = +z
|
CFLAGS_SL = +z
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user