[project @ 1997-03-14 05:31:07 by sof]
[ghc-hetmet.git] / ghc / mk / site-ghc.mk
1 #-----------------------------------------------------------------------------
2 # $Id: site-ghc.mk,v 1.4 1996/11/25 14:53:12 simonm Exp $
3
4 # GHC_BUILD_FLAG_x
5 #       these are alternative flag names that can be given
6 #       to the driver to indicate build x.
7
8 # GHC_BUILD_OPTS_x
9 #       these are lists of flags to be added when the driver
10 #       receives a $(GHC_BUILD_FLAG_x) flag.  Only valid for
11 #       user build ways.
12
13 # ================================================================
14 # BUILDS stuff: main sequential ones
15
16 # (these aren't used --simonm)
17
18 #GHC_BUILD_FLAG_normal =
19 #GHC_BUILD_FLAG_p      =
20 #GHC_BUILD_FLAG_t      =
21 #GHC_BUILD_FLAG_u      =
22
23 # === builds: concurrent and parallel ============================
24
25 #GHC_BUILD_FLAG_mc =
26 #GHC_BUILD_FLAG_mr =
27 #GHC_BUILD_FLAG_mt =
28 #GHC_BUILD_FLAG_mp =
29 #GHC_BUILD_FLAG_mg =
30
31 # === builds: non-std garbage collectors ==========================
32
33 GHC_BUILD_FLAG_2s = -gc-2s
34 GHC_BUILD_FLAG_1s = -gc-1s
35 GHC_BUILD_FLAG_du = -gc-du
36
37 # === builds: "user ways" =======================================
38
39 GHC_BUILD_FLAG_a = -build-a-not-defined
40 GHC_BUILD_OPTS_a =
41                   
42 GHC_BUILD_FLAG_b = -build-b-not-defined
43 GHC_BUILD_OPTS_b =
44                   
45 GHC_BUILD_FLAG_c = -build-c-not-defined
46 GHC_BUILD_OPTS_c =
47                   
48 GHC_BUILD_FLAG_d = -build-d-not-defined
49 GHC_BUILD_OPTS_d =
50                   
51 GHC_BUILD_FLAG_e = -build-e-not-defined
52 GHC_BUILD_OPTS_e =
53                   
54 GHC_BUILD_FLAG_f = -build-f-not-defined
55 GHC_BUILD_OPTS_f =
56                   
57 GHC_BUILD_FLAG_g = -build-g-not-defined
58 GHC_BUILD_OPTS_g =
59                   
60 GHC_BUILD_FLAG_h = -build-h-not-defined
61 GHC_BUILD_OPTS_h =
62                   
63 GHC_BUILD_FLAG_i = -build-i-not-defined
64 GHC_BUILD_OPTS_i =
65                   
66 GHC_BUILD_FLAG_j = -build-j-not-defined
67 GHC_BUILD_OPTS_j =
68                   
69 GHC_BUILD_FLAG_k = -build-k-not-defined
70 GHC_BUILD_OPTS_k =
71                   
72 GHC_BUILD_FLAG_l = -build-l-not-defined
73 GHC_BUILD_OPTS_l =
74                   
75 GHC_BUILD_FLAG_m = -build-m-not-defined
76 GHC_BUILD_OPTS_m =
77                   
78 GHC_BUILD_FLAG_n = -build-n-not-defined
79 GHC_BUILD_OPTS_n =
80                   
81 GHC_BUILD_FLAG_o = -build-o-not-defined
82 GHC_BUILD_OPTS_o =
83                   
84 GHC_BUILD_FLAG_A = -build-A-not-defined
85 GHC_BUILD_OPTS_A =
86                   
87 GHC_BUILD_FLAG_B = -build-B-not-defined
88 GHC_BUILD_OPTS_B =
89
90 # ======= END OF BUILD INFO ====================================
91
92 # Temp until we reliable bootstrap
93
94 Ghc2_0 = NO