summaryrefslogtreecommitdiff
path: root/src/makefiles/Makefile.irix5
blob: 956c4217c483ab0f9cf88810b01e13a71cc1c82c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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