On Wed, 10 Oct 2012, Matthias Kilian wrote: > On Wed, Oct 10, 2012 at 04:38:55PM +0200, Matthias Kilian wrote: > > On Wed, Oct 10, 2012 at 04:05:34PM +0200, David Coppa wrote: > > > Here's the diff, comments are highly appreciated. > > Please commit, but without patches/patch-libraries_integer-gmp_configure > > It's enough to drop the --with-gmp-includes and --with-gmp-libraries > from CONFIGURE_ARGS to let libraries/integer-gmp use the bundled > libgmp.
Ok, thanks. Also, the comment into patches/patch-libffi_ghc_mk is wrong. It should be: "Unbreak the build on OpenBSD/amd64: gcc supports @unwind sections while ld (binutils-2.15) does not" I will fix this as well... GHC's linker is not guilty :) > At least i was able to run something as weird as > > echo 'let f = 1 : 1 : zipWith (+) f (tail f) in f !! 420000' | > ./inplace/bin/ghc-stage2 --inter > > after a make fake with it ;-) Neat! ciao, David
