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
|
||||
ifeq ($(GCC), yes)
|
||||
CFLAGS_SL = -fPIC
|
||||
CFLAGS_SL = -fpic
|
||||
else
|
||||
CFLAGS_SL = +z
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user