git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Buffer overrun fix. fixes: bug #787
[exim.git]
/
src
/
OS
/
Makefile-IRIX6
1
# $Cambridge: exim/src/OS/Makefile-IRIX6,v 1.2 2005/05/23 16:58:55 fanf2 Exp $
2
3
# Exim: OS-specific make file for IRIX6 on 64-bit systems
4
5
HAVE_ICONV=yes
6
HOSTNAME_COMMAND=/usr/bsd/hostname
7
CFLAGS=-O2 -n32 -OPT:Olimit=4000
8
LFLAGS=-n32
9
LIBS=-lelf -lm
10
XINCLUDE=-I/usr/include/X11
11
XLFLAGS=
12
vfork=fork
13
RANLIB=@true
14
15
# End