nixpkgs/lib/tests
Sergei Trofimovich 34e468dc42 lib/systems: add minimal s390x-linux cross-compile support
Tested basic functionality as:

    $ nix-build --arg crossSystem '{ config = "s390x-unknown-linux-gnu"; }' -A re2c
    $ file ./result/bin/re2c
    $ ./result/bin/re2c: ELF 64-bit MSB executable, IBM S/390, version 1 (SYSV),
    dynamically linked, interpreter ...-gnu-2.33-50/lib/ld64.so.1, for GNU/Linux 2.6.32, not stripped
    $ qemu-s390x ./result/bin/re2c --version
    re2c 2.2
2021-09-09 10:58:47 +00:00
..
modules Revert "lib/tests: Add type deprecation tests" 2021-05-05 18:53:28 +02:00
check-eval.nix
maintainers.nix treewide: runCommandNoCC -> runCommand 2021-08-15 17:36:41 +02:00
misc.nix lib: fix functionArgs for functors 2021-08-03 16:40:58 -05:00
modules.sh Revert "lib/tests: Add type deprecation tests" 2021-05-05 18:53:28 +02:00
release.nix treewide: runCommandNoCC -> runCommand 2021-08-15 17:36:41 +02:00
sources.sh lib/tests/sources.sh: init 2021-05-29 14:32:56 +02:00
systems.nix lib/systems: add minimal s390x-linux cross-compile support 2021-09-09 10:58:47 +00:00