git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Sqlite: fix segfault on bad/missing sqlite_dbfile. Bug 2606
[exim.git]
/
src
/
OS
/
unsupported
/
Makefile-IRIX632
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
5
HAVE_ICONV=yes
6
HOSTNAME_COMMAND=/usr/bsd/hostname
7
#CFLAGS=-OPT:Olimit=1500 -32 -mips2
8
CFLAGS=-32
9
LFLAGS=-32
10
#LIBS=-lmld
11
LIBS=-lelf -lm
12
XINCLUDE=-I/usr/include/X11
13
vfork=fork
14
RANLIB=@true
15
16
# End