1
0
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:
Tatsuo Ishii
2001-02-27 08:13:31 +00:00
parent 919ace07d5
commit df247b821d
15 changed files with 339 additions and 148 deletions

View File

@@ -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 $@ $<