mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
Initial implementation of s390 cross-compile
This commit is contained in:
parent
8813af6821
commit
0f1204bd2b
6 changed files with 12 additions and 3 deletions
|
@ -148,6 +148,10 @@ rec {
|
|||
config = "m68k-unknown-linux-gnu";
|
||||
};
|
||||
|
||||
s390 = {
|
||||
config = "s390-unknown-linux-gnu";
|
||||
};
|
||||
|
||||
arm-embedded = {
|
||||
config = "arm-none-eabi";
|
||||
libc = "newlib";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue