summaryrefslogtreecommitdiff
path: root/web/glasgow/lit2x-0.16/mkworld/plat-alpha.ljm
blob: e06129c19b1c516d35b2ae6196ad71eacc9a38f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
%************************************************************************
%*									*
\section[mkworld-plat-alpha]{Platform configuration stuff for DEC Alpha}
%*									*
%************************************************************************

\begin{code}
#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')
\end{code}