guix/gnu
Carl Dong 67dac6b892
gnu: mingw: Add x86_64 support.
This patch parameterizes previously hard-coded instances of
i686-w64-mingw32, adding support for x86_64-w64-mingw32.

* gnu/packages/mingw.scm (make-mingw-w64): New procedure.
(mingw-w64-i686, mingw-w64-x86_64): New variables.
(%mingw-triplet): Remove.
(mingw-w64): Update to point to 'mingw-w64-i686'.
* gnu/packages/cross-base.scm (cross-gcc): Use 'libc' keyword argument
if specified, instead of treating it as a boolean.
(native-libc): Return the correct mingw-w64 depending on machine
specified in target.
* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add "x86_64-mingw".
* gnu/build/cross-toolchain.scm (set-cross-path/mingw): Replace
hardcoded 'i686-w64-mingw32' instances with 'target' keyword argument.
(cross-gcc-build-phases): Update accordingly; use 'target-mingw?'
implementation of target checking and add commentary.
* gnu/ci.scm (%cross-targets): Add "x86_64-w64-mingw32".
2019-08-14 21:29:53 +02:00
..
bootloader
build gnu: mingw: Add x86_64 support. 2019-08-14 21:29:53 +02:00
installer maint: Switch to Guile-JSON 3.x. 2019-07-25 00:16:41 +02:00
machine machine: Add 'build-locally?' field for managed hosts. 2019-08-07 18:29:07 -04:00
packages gnu: mingw: Add x86_64 support. 2019-08-14 21:29:53 +02:00
services guix system: Add 'reconfigure' module. 2019-07-26 19:19:49 +02:00
system maint: Switch to Guile-JSON 3.x. 2019-07-25 00:16:41 +02:00
tests reconfigure: Improve tests for system activation. 2019-08-07 15:27:09 -04:00
artwork.scm
bootloader.scm
ci.scm gnu: mingw: Add x86_64 support. 2019-08-14 21:29:53 +02:00
installer.scm maint: Switch to Guile-JSON 3.x. 2019-07-25 00:16:41 +02:00
local.mk Merge branch 'staging' 2019-08-13 18:51:12 +02:00
machine.scm machine: Rename 'system' field. 2019-08-06 15:48:51 -04:00
packages.scm packages: 'specification->package+output' distinguishes "no output specified". 2019-06-27 11:14:41 +02:00
services.scm
system.scm
tests.scm