diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2001-01-21 22:17:07 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2001-01-21 22:17:07 +0000 |
commit | eff620cd77318802bafadb79df9ad9e539b6dba8 (patch) | |
tree | 01194d88e2492f668201a53e1e214dab0cd90245 /contrib/sendmail/BuildTools/OS/IRIX64.6.1 | |
parent | 193538b7dabbb9c165660ca97d2704eea0642fa1 (diff) |
Notes
Diffstat (limited to 'contrib/sendmail/BuildTools/OS/IRIX64.6.1')
-rw-r--r-- | contrib/sendmail/BuildTools/OS/IRIX64.6.1 | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/contrib/sendmail/BuildTools/OS/IRIX64.6.1 b/contrib/sendmail/BuildTools/OS/IRIX64.6.1 deleted file mode 100644 index 1183766b1eab3..0000000000000 --- a/contrib/sendmail/BuildTools/OS/IRIX64.6.1 +++ /dev/null @@ -1,34 +0,0 @@ -# @(#)IRIX64.6.1 8.10 (Berkeley) 3/12/1998 -PUSHDIVERT(1) -# Select what ABI we are using -- see abi(5) for details -# -32 ~ IRIX 5.3 (default: -mips2) -# - long and pointer are 32 bit -# -64 ~ IRIX 6.1 (default: -mips4) -# - long and pointer are 64 bit -# We force ABI here, so then it does not depend on CPU -# -# With IDO 6.2 (IRIX 6.2) you need subsystem compiler_dev.sw32.lib -# for compilation with ABI=-n32 -- alternatively you can set ABI=-32 -# ABI=-64 requires subsystem compiler_dev.sw64.lib, but this runs -# only with IRIX64 (ie. 64 bit kernels) -# -# NOTE: Do not set `confABI' in a site configuration file! The ABI MUST -# be given on the Build command line using the -E parameter, e.g.: -# -# Build -E ABI=-32 -# -ABI= confABI -POPDIVERT -define(`confMAPDEF', `-DNDBM') -define(`confENVDEF', `-DIRIX64 ${ABI} ') -define(`confLDOPTS', `${ABI}') -define(`confLIBS', `-lelf -lmalloc') -define(`confMBINDIR', `/usr/lib') -define(`confSBINDIR', `/usr/etc') -define(`confUBINDIR', `/usr/bsd') -define(`confEBINDIR', `/usr/lib') -define(`confSBINGRP', `sys') -define(`confSTDIR', `/usr/lib') -define(`confHFDIR', `/usr/lib') -define(`confINSTALL', `${BUILDBIN}/install.sh') -define(`confDEPEND_TYPE', `CC-M') |