Files
nixpkgs/lib
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
..
2021-01-25 19:25:50 +01:00
2021-08-22 00:01:38 -04:00
2021-01-26 10:57:07 +07:00
2021-08-14 14:46:00 -05:00
2021-08-26 23:14:50 +09:00
2021-04-02 19:20:23 +08:00
2021-05-29 16:03:55 +02:00
2021-08-03 16:40:58 -05:00