Build: Enable *GNU (Hurd) Bug 2476
[exim.git] / src / OS / unsupported / Makefile-IRIX65
1 # Exim: OS-specific make file for IRIX 6.5
2
3 HAVE_ICONV=yes
4 HOSTNAME_COMMAND=/usr/bsd/hostname
5 CC=cc
6 CFLAGS=-O2 -OPT:Olimit=0
7 # CFLAGS=-O2 # override with this (in your Local/Makefile) if using gcc
8 LFLAGS=-Wl,-LD_MSG:off=85
9 LFLAGS=
10 # nlist has moved from libmld to libelf
11 LIBS=-lelf -lm
12 XINCLUDE=-I/usr/include/X11
13 vfork=fork
14 RANLIB=@true
15
16 # End