Re: Linux -> Windows cross-compiling failed

2016-11-16 Thread Bernard de la Paz
Thanks for your quick response, Ben, 15.11.2016, 19:06, "Ben Gamari" :Bernard de la Paz writes:  I try to cross-compile GHC 8.0.1 with x86_64-mingw toolchain (gcc 6.2.1) and native GHC 8.0.1. Sources are from

Re: Linux -> Windows cross-compiling failed

2016-11-15 Thread Erik de Castro Lopo
Bernard de la Paz wrote: > I try to cross-compile GHC 8.0.1 with x86_64-mingw toolchain (gcc 6.2.1) and > native GHC 8.0.1. Sources are from > http://downloads.haskell.org/~ghc/8.0.1/ghc-8.0.1-src.tar.xz > cp mk/build.mk.example mk/build.mk > sed -i '1iBuildFlavour = perf' mk/build.mk I'm

Re: Linux -> Windows cross-compiling failed

2016-11-15 Thread Ben Gamari
Bernard de la Paz writes: > I try to cross-compile GHC 8.0.1 with x86_64-mingw toolchain (gcc 6.2.1) and > native GHC 8.0.1. Sources are from > http://downloads.haskell.org/~ghc/8.0.1/ghc-8.0.1-src.tar.xz > > cp mk/build.mk.example mk/build.mk > > sed -i

Linux -> Windows cross-compiling failed

2016-11-15 Thread Bernard de la Paz
I try to cross-compile GHC 8.0.1 with x86_64-mingw toolchain (gcc 6.2.1) and native GHC 8.0.1. Sources are from http://downloads.haskell.org/~ghc/8.0.1/ghc-8.0.1-src.tar.xzcp mk/build.mk.example mk/build.mksed -i '1iBuildFlavour = perf' mk/build.mksed -i '1iStage1Only = YES' mk/build.mksed -i