diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2004-10-06 15:07:39 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2004-10-06 15:07:39 +0000 |
commit | 61ec970df30325dbcd8c9d0f0e431dc793126656 (patch) | |
tree | 3534a7ab9d9a1e57651821184e6c28a25ee0e8de /src/OS/Makefile-IRIX632 | |
parent | 0f4f2a8848bf9e6bb323ffb6a5581b088a940fd0 (diff) |
Start
Diffstat (limited to 'src/OS/Makefile-IRIX632')
-rw-r--r-- | src/OS/Makefile-IRIX632 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/OS/Makefile-IRIX632 b/src/OS/Makefile-IRIX632 new file mode 100644 index 000000000..5b09364df --- /dev/null +++ b/src/OS/Makefile-IRIX632 @@ -0,0 +1,18 @@ +# $Cambridge: exim/src/OS/Makefile-IRIX632,v 1.1 2004/10/06 15:07:39 ph10 Exp $ + +# Exim: OS-specific make file for IRIX 6 on 32-bit systems. +# There seems to be some variation. The commented settings show +# some alternatives. + +HAVE_ICONV=yes +HOSTNAME_COMMAND=/usr/bsd/hostname +#CFLAGS=-OPT:Olimit=1500 -32 -mips2 +CFLAGS=-32 +LFLAGS=-32 +#LIBS=-lmld +LIBS=-lelf +XINCLUDE=-I/usr/include/X11 +vfork=fork +RANLIB=@true + +# End |