summaryrefslogtreecommitdiff
path: root/web/glasgow/lit2x-0.16/mkworld/plat-alpha.jm
blob: 47c16c49d67741ccf2ef8bbdc948cf9f5ba54bc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# line 8 "plat-alpha.ljm"
#define HostPlatform alpha

#define OSName            OSF1
#define OSMajorVersion    1
#define OSMinorVersion    2

#define HasSysVishArAndRanlib   YES

#define CppHaveSysVishTimesH -DHAVE_SYSV_ISH_TIMES_H

BUILDPLATFORM=HostPlatform

/* Whenever we run the "std C compiler", give it this flag
   (not really platform-ish, but a convenient place to put it)
*/
#define PlatformCcOpts -ansi -Wall /* full ANSI, please */

/* temp: just for debugging */
#define GhcNormalHighLevelAsmDefaultOpts ('-ansi')