Changes between Version 15 and Version 16 of Building/Porting
- Timestamp:
- 01/21/08 07:17:46 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building/Porting
v15 v16 27 27 GHC. 28 28 29 '''NOTE''': GHC versions 5.xx were hard to bootstrap from C. We30 recommend using GHC 6.0.1 or later.29 '''NOTE''': Versions supported: between 6.0.1 and 6.6.2. We are working 30 on getting bootstrapping working again in the 6.8 series, see #1346. 31 31 32 32 HC files are platform-dependent, so you have to get a set that were … … 76 76 77 77 == Porting GHC to a new platform == 78 79 '''NOTE''': Versions supported: between 6.0.1 and 6.6.2. We are working 80 on getting bootstrapping working again in the 6.8 series, see #1346. 78 81 79 82 The first step in porting to a new platform is to get an
