Git init
[external/mawk.git] / config-user / cray
1 # cray
2 # $Log: cray,v $
3 # Revision 1.2  1996/09/04 23:35:33  mike
4 # fix typo
5 #
6 # Revision 1.1  1995/12/17  22:47:43  mike
7 # initial checkin
8 #
9
10 ############
11
12 # $uname -a
13 # sn9069 sn9069 8.0.4 wd4.1 CRAY J90
14
15 CC=cc
16
17 CFLAGS='-h matherror=errno'
18 # should -O be added to this ??
19
20 # where to put the binary
21 BINDIR=/usr/local/bin
22
23 # where to put the man pages and man page extension
24 MANDIR=/usr/local/man/man1
25 MANEXT=1
26
27 # this stuff goes in config.h
28 # autoconfiguration failures are fixed by hand here
29 USER_DEFINES='
30 #define NO_MATHERR 1
31 #define FPE_TRAPS_ON 1
32 #define NOINFO_SIGFPE 1
33 '
34