Use compressed form of ipv6 in $sender_host_address under -bh. Bug 3027
[exim.git] / src / OS / unsupported / Makefile-IRIX65
1 # Exim: OS-specific make file for IRIX 6.5
2 # SPDX-License-Identifier: GPL-2.0-or-later
3
4 HAVE_ICONV=yes
5 HOSTNAME_COMMAND=/usr/bsd/hostname
6 CC=cc
7 CFLAGS=-O2 -OPT:Olimit=0
8 # CFLAGS=-O2 # override with this (in your Local/Makefile) if using gcc
9 LFLAGS=-Wl,-LD_MSG:off=85
10 LFLAGS=
11 # nlist has moved from libmld to libelf
12 LIBS=-lelf -lm
13 XINCLUDE=-I/usr/include/X11
14 vfork=fork
15 RANLIB=@true
16
17 # End