mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Massive commits for SunOS4 port.
This commit is contained in:
@@ -2,7 +2,7 @@ AROPT = cr
|
||||
|
||||
DLSUFFIX = .so
|
||||
ifeq ($(GCC), yes)
|
||||
CFLAGS_SL = -fPIC
|
||||
CFLAGS_SL = -fpic
|
||||
else
|
||||
CFLAGS_SL = -PIC
|
||||
endif
|
||||
@@ -13,4 +13,5 @@ CXXFLAGS_SL = -PIC
|
||||
endif
|
||||
|
||||
%.so: %.o
|
||||
$(LD) -dc -dp -Bdynamic -o $@ $<
|
||||
$(LD) -assert pure-text -Bdynamic -o $@ $<
|
||||
|
||||
|
Reference in New Issue
Block a user