On Wed, Mar 7, 2018 at 8:10 AM, Phyx <loneti...@gmail.com> wrote:
> In my experience to get a 32 bit build you need to
> install the full 32bit msys2. Not just the 32bit compiler in the 64 bit
> msys2 (two installs can co-exist).

That's also my experience on appveyor (but I'm not compiling GHC itself):

https://github.com/LambdaHack/LambdaHack/blob/master/appveyor.yml#L50

Both versions of msys2 are present and I need to set path to the 32 version
to compile for 32bit. In this way I'm able to generate both 64bit
and 32bit binaries in a single appveyor run.
_______________________________________________
ghc-devs mailing list
ghc-devs@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs

Reply via email to