summaryrefslogtreecommitdiff
path: root/gnu/packages/mingw.scm
Commit message (Collapse)AuthorAge
* gnu: Add mingw-w64-tools.Léo Le Bouter2021-02-03
| | | | | | * gnu/packages/mingw.scm (mingw-w64-tools): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: mingw-64: Update to 8.0.0.Maxim Cournoyer2021-02-03
| | | | * gnu/packages/mingw.scm (mingw-64): Update to 8.0.0.
* gnu: make-mingw-w64: Use a mirror URI and fix lint errors.Léo Le Bouter2021-02-03
| | | | | | | * gnu/package/mingw.scm (make-mingw-w64)[source]: Use a mirror URI. Wrap lines 80 columns to fix lint warning. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: mingw: Add mingw-w64 reproducibility patches.Carl Dong2020-04-04
| | | | | | | | | | | These patches were originally found at the debian mingw-w64 team's mingw-w64 repo, and should improve the reproducibility of our mingw-w64 toolchain. * gnu/packages/patches/mingw-w64-dlltool-temp-prefix.patch: New file. * gnu/packages/patches/mingw-w64-reproducible-gendef.patch: New file. * gnu/local.mk (dist_patch_DATA): Update accordingly. * gnu/packages/mingw.scm (make-mingw-w64): Apply patches.
* gnu: mingw-w64-*: Update to 7.0.0.Carl Dong2020-03-12
| | | | * gnu/packages/mingw.scm (make-mingw-w64): Update to 7.0.0.
* gnu: mingw-w64: Add -winpthreads variants.Carl Dong2019-10-21
| | | | | | | | | | | | | | | | | | This recursive package definition really demonstrates how magical Guix can be :-) Try invoking: ./pre-inst-env guix build mingw-w64-{x86_64,i686}{,-winpthreads} * gnu/packages/mingw.scm (make-mingw-w64): Add XGCC, XBINUTILS optional arguments to specify using a non-default cross-compiler/binutils. Add WITH-WINPTHREADS? optional argument to allow building with winpthreads support. Adjust accordingly for the new arguments. (mingw-w64-i686-winpthreads, mingw-w64-x86_64-winpthreads): Add variables. * gnu/packages/cross-base.scm (native-libc): Add XGCC, XBINUTILS key arugments and pass to MAKE-MINGW-W64. (cross-libc): Pass XGCC and XBINUTILS to NATIVE-LIBC.
* gnu: mingw-w64: Update to 6.0.0.David Thompson2019-08-28
| | | | | | | | | * gnu/packages/mingw.scm (mingw-w64): Update to 6.0.0. * gnu/packages/patches/mingw-w64-6.0.0-gcc.patch: New file. * gnu/packages/patches/mingw-w64-5.0rc2-gcc-4.9.3.patch: Delete it. * gnu/local.mk (dist_patch_DATA): Add new patch. Delete old patch. * gnu/build/cross-toolchain.scm (set-cross-path/mingw): Add additional autoconf-like substitutions.
* gnu: mingw: Add x86_64 support.Carl Dong2019-08-14
| | | | | | | | | | | | | | | | | | | | 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".
* gnu: mingw-w64: Update to 5.0.4.Tobias Geerinckx-Rice2018-08-09
| | | | * gnu/packages/mingw.scm (mingw-w64): Update to 5.0.4.
* gnu: mingw-w64: Update to 5.0.3.Tobias Geerinckx-Rice2018-03-12
| | | | * gnu/packages/mingw.scm (mingw-w64): Update to 5.0.3.
* gnu: mingw-w64: Fix home page and avoid further confusion.Tobias Geerinckx-Rice2018-03-12
| | | | | | | | | | | MinGW-w64 was forked (in rather dramatic fashion) from the original MinGW. The two projects remain distinct and MinGW-w64 seems by far the actively developed of the two. * gnu/packages/mingw.scm (mingw-w64)[home-page]: Point to the correct upstream. Use HTTPS. [description]: Expand and briefly note the relationship between the two projects. Use @dfn.
* gnu: Remove "open source" from descriptions.Ricardo Wurmus2017-11-08
| | | | | | | | | | | | All software in Guix is Free Software. * gnu/packages/aidc.scm (libdmtx)[description]: Remove "open source" string. * gnu/packages/firmware.scm (seabios)[description]: Likewise. * gnu/packages/libupnp.scm (libupnp)[description]: Likewise. * gnu/packages/maths.scm (cubicle)[description]: Likewise. * gnu/packages/mingw.scm (mingw-w64)[description]: Likewise. * gnu/packages/game-development.scm (openmw)[description]: Likewise. [synopsis]: Remove "Free software".
* gnu: Add mingw-w64.Jan Nieuwenhuizen2016-12-07
* gnu/packages/patches/gcc-4.9.3-mingw-gthr-default.patch, gnu/packages/patches/mingw-w64-5.0rc2-gcc-4.9.3.patch, gnu/packages/mingw.scm: New files. * gnu/local.mk (dist_patch_DATA): Add the patches. (GNU_SYSTEM_MODULES): Add mingw.scm.