git://git.exim.org
/
users
/
jgh
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Some changes to Linux configs to help with other libc OS.
[users/jgh/exim.git]
/
src
/
OS
/
Makefile-IRIX6
1
# $Cambridge: exim/src/OS/Makefile-IRIX6,v 1.1 2004/10/06 15:07:39 ph10 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
10
XINCLUDE=-I/usr/include/X11
11
XLFLAGS=
12
vfork=fork
13
RANLIB=@true
14
15
# End