nixpkgs/pkgs
Serge Bazanski c00d507f97 go: enable MIPS GOARCH/cross integration
This allows the Go compiler in nixpkgs (eg. buildGoModule) to work with
crossSystem.config == mips-*, eg mips-unknown-linux-musl, and
succesfully generate Go MIPS binaries.

nix-build -A grpcurl --arg crossSystem '{ config = "mips-unknown-linux-musl"; }'

This unfortunately cannot currently be tested on qemu-mips as Go emits
ELF files that fail to execute correctly in qemu-user (see:
https://go-review.googlesource.com/c/go/+/239217, on track to land in Go
1.17). However, I have tested this on a physical MIPS device.

I have not been able to build anything using cgo (hit various
compilation errors in C dependencies), but considering
mips-unknown-linux-musl is not a support nixpkgs target this isn't that
surprising.
2021-07-21 00:43:16 +02:00
..
applications Merge pull request #130812 from SuperSandro2000/SuperSandro2000-patch-4 2021-07-20 19:48:37 +02:00
build-support rustPlatform.importCargoLock: add an assert for old Cargo.locks 2021-07-18 18:19:50 +03:00
common-updater
data Merge pull request #130739 from Stunkymonkey/osinfo-db-phases 2021-07-20 12:44:38 +02:00
desktops Merge pull request #130286 from rhoriguchi/gnomeExtensions.fuzzy-app-search 2021-07-20 17:31:52 +02:00
development go: enable MIPS GOARCH/cross integration 2021-07-21 00:43:16 +02:00
games Merge pull request #130644 from lopsided98/ompl-update 2021-07-20 10:38:23 +00:00
misc Merge pull request #130564 from rhoriguchi/vscode-extensions.hashicorp.terraform 2021-07-20 09:38:08 +02:00
os-specific linux/hardened/patches/5.4: 5.4.132-hardened1 -> 5.4.133-hardened1 2021-07-19 20:44:26 +00:00
pkgs-lib
servers Merge pull request #130291 from DeterminateSystems/buildkite-agent-metrics 2021-07-20 12:22:45 -04:00
shells Merge pull request #130465 from AumyF/nushell-features-extra 2021-07-20 11:15:00 +02:00
stdenv
test Merge pull request #130041 from xworld21/texlive-generate-fmtutilcnf 2021-07-17 08:21:12 -04:00
tools Merge pull request #130813 from SuperSandro2000/SuperSandro2000-patch-5 2021-07-20 19:48:03 +02:00
top-level pylsp-mypy: init at 0.5.1 (#130642) 2021-07-20 18:27:31 +02:00