Bug#853285: ghc: Patch to add support for cross-compilation of GHC

2017-01-31 Thread John Paul Adrian Glaubitz
On 01/31/2017 08:17 PM, Helmut Grohne wrote: > On Tue, Jan 31, 2017 at 09:20:46AM +0100, John Paul Adrian Glaubitz wrote: >> Setting "--target" allows enabling cross-compiling, adding >> --enable-unregisterised is important for architectures not >> having native code generation support.

Processed: Re: Bug#853285: ghc: Patch to add support for cross-compilation of GHC

2017-01-31 Thread Debian Bug Tracking System
Processing control commands: > clone -1 -2 Bug #853285 [src:ghc] ghc: Patch to add support for cross-compilation of GHC Bug 853285 cloned as bug 853773 853773 was blocked by: 853743 853773 was not blocking any bugs. Ignoring request to alter blocking bugs of bug #853773 to the same blo

Bug#853285: ghc: Patch to add support for cross-compilation of GHC

2017-01-31 Thread Helmut Grohne
Control: clone -1 -2 Control: retitle -2 support building ghc without building haddock Control: block -1 by -2 On Tue, Jan 31, 2017 at 09:20:46AM +0100, John Paul Adrian Glaubitz wrote: > Setting "--target" allows enabling cross-compiling, adding > --enable-unregisterised is important for

Bug#853285: ghc: Patch to add support for cross-compilation of GHC

2017-01-31 Thread Gianfranco Costamagna
Hello: >* ghc does have a test suite, but the Debian package doesn't run it. ghc-testsuite is the source package "running" it. (please don't ask me the reasons for the split :) ) G. ___ Pkg-haskell-maintainers mailing list

Bug#853285: ghc: Patch to add support for cross-compilation of GHC

2017-01-31 Thread Helmut Grohne
Control: clone -1 -2 Control: retitle -2 ghc: honour DEB_BUILD_OPTIONS=nocheck Control: block -1 by -2 On Tue, Jan 31, 2017 at 09:20:46AM +0100, John Paul Adrian Glaubitz wrote: > Since building GHC natively on slower machines like m68k or sh4 can be quite > painful, I have started working on

Processed: Re: Bug#853285: ghc: Patch to add support for cross-compilation of GHC

2017-01-31 Thread Debian Bug Tracking System
Processing control commands: > clone -1 -2 Bug #853285 [src:ghc] ghc: Patch to add support for cross-compilation of GHC Bug 853285 cloned as bug 853743 > retitle -2 ghc: honour DEB_BUILD_OPTIONS=nocheck Bug #853743 [src:ghc] ghc: Patch to add support for cross-compilation of GHC Changed Bug

Bug#853285: ghc: Patch to add support for cross-compilation of GHC

2017-01-31 Thread John Paul Adrian Glaubitz
Source: ghc Version: 8.0.1-17 Severity: normal Tags: patch User: helm...@debian.org Usertags: rebootstrap Hi! Since building GHC natively on slower machines like m68k or sh4 can be quite painful, I have started working on making the GHC package cross-buildable. Naturally, being able to