Ticket #2274 (closed bug: duplicate)
ghc assumes sizeof (void *) != 32 on X86_64
Description
My provider has a 32-bit debian installed on a 64-bit architecture, ghc 8.2 cannot be compiled there (from 'uname -m' the bootstrapping assumes a 64 bit target architecture, while later a configure test will find 'sizof (void *)' is 4: this leads to compilation errors with CPP conditional compilation.
Change History
Note: See
TracTickets for help on using
tickets.
