postgresql/src/makefiles/Makefile.solaris

9 lines
194 B
Makefile

# $Header: /cvsroot/pgsql/src/makefiles/Makefile.solaris,v 1.2 2000/10/20 23:57:34 petere Exp $
ifeq ($(with_gnu_ld), yes)
export_dynamic = -Wl,-E
endif
%.so: %.o
$(LD) -G -Bdynamic -o $@ $<