Changes between Version 2 and Version 3 of ArmLinuxGhc
- Timestamp:
- 05/06/06 16:42:35 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ArmLinuxGhc
v2 v3 58 58 59 59 (1) unroll the ghc source tarball into a new directory. 60 60 61 (2) ./configure --srcdir=. --with-ghc=/abs/path/to/ghc-inplace 62 61 63 (3) create a mk/build.mk with these two lines: 62 64 {{{ … … 64 66 GhcWithNativeCodeGen = NO 65 67 }}} 68 66 69 (4) make 70 67 71 (5) make install 68 72 … … 79 83 80 84 (2) untar it in the ghc-6.4.2/ghc directory. 85 81 86 (3) edit mk/test.mk and change the -e config.time_prog line to: 82 87 {{{ … … 84 89 }}} 85 90 (4) cd to test/ghc-regress 91 86 92 (5) make TEST_HC=ghc fast 93 87 94 or 95 88 96 (5) make TEST_HC=ghc # for a longer test 89 97
