You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/src/makefiles/Makefile.irix5

17 lines
294 B

MK_NO_LORDER= true
AROPT = crs
rpath = -Wl,-rpath,$(libdir)
DLSUFFIX = .so
# PIC is default
CFLAGS_SL =
%.so: %.o
$(LD) -G -Bdynamic -shared -o $@ $<
override CPPFLAGS += -U_NO_XOPEN4
ifneq ($(GCC), yes)
CFLAGS += -woff 1164,1171,1185,1195,1552
endif
LDFLAGS += -Wl,-woff,15 -Wl,-woff,84