]> granicus.if.org Git - postgresql/blob - src/makefiles/Makefile.linux
Some code review for xml.c:
[postgresql] / src / makefiles / Makefile.linux
1 AROPT = crs
2 export_dynamic = -Wl,-E
3 rpath = -Wl,-rpath,'$(rpathdir)'
4 allow_nonpic_in_shlib = yes
5 DLSUFFIX = .so
6
7 ifeq "$(findstring sparc,$(host_cpu))" "sparc"
8 CFLAGS_SL = -fPIC
9 else
10 CFLAGS_SL = -fpic
11 endif
12
13 %.so: %.o
14         $(CC) -shared -o $@ $<
15
16 sqlmansect = 7