Call for help on testing integer-gmp2 on non-Linux archs

Herbert Valerio Riedel hvr at gnu.org
Tue Jul 22 12:02:32 UTC 2014


On 2014-07-22 at 13:33:04 +0200, Niklas Larsson wrote:
> I can test on Windows.

great! Are you using the 32bit or 64bit compiler?

All you'd need to do is 'git checkout' the wip/T9281 branch, add the line
 
  INTEGER_LIBRARY=integer-gmp2

at the end of mk/build.mk (and 'BuildFlavour=quick' should suffice) and
try to build GHC with that. If you end up with a working stage2
compiler, and 'inplace/bin/ghc-stage2 --interactive' reports loading the
package 'integer-gmp2' then everything went better than expected :)

Then running the testsuite via

  cd testsuite/ && make WAY=normal SKIP_PERF_TESTS=YES 

should only fail with a few testcases due to the strings "integer-gmp2"
vs. "integer-gmp" being different in the output.

Thanks,,
  hvr


More information about the ghc-devs mailing list