postgresql/src/makefiles/Makefile.sco
Tom Lane 71d21577de Add '-Wl,' prefix to linker switches consistently. Remove shlib_symbolic
macros, which aren't used anywhere and haven't been for some time.
2004-12-21 18:47:42 +00:00

14 lines
179 B
Makefile

AROPT = cr
export_dynamic = -Wl,-Bexport
DLSUFFIX = .so
ifeq ($(GCC), yes)
CFLAGS_SL = -fpic
else
CFLAGS_SL = -K PIC
endif
%.so: %.o
$(LD) -G -Bdynamic -o $@ $<
sqlmansect = 7