Include string_interpret_escape() in COMPILE_UTILITY cases.
[exim.git] / src / OS / Makefile-IRIX632
CommitLineData
61ec970d
PH
1# Exim: OS-specific make file for IRIX 6 on 32-bit systems.
2# There seems to be some variation. The commented settings show
3# some alternatives.
4
5HAVE_ICONV=yes
6HOSTNAME_COMMAND=/usr/bsd/hostname
7#CFLAGS=-OPT:Olimit=1500 -32 -mips2
8CFLAGS=-32
9LFLAGS=-32
10#LIBS=-lmld
870f6ba8 11LIBS=-lelf -lm
61ec970d
PH
12XINCLUDE=-I/usr/include/X11
13vfork=fork
14RANLIB=@true
15
16# End