Initial implementation of s390 cross-compile

This commit is contained in:
Ben Siraphob 2021-07-24 01:20:02 +07:00
parent 8813af6821
commit 0f1204bd2b
6 changed files with 12 additions and 3 deletions

View file

@ -148,6 +148,10 @@ rec {
config = "m68k-unknown-linux-gnu";
};
s390 = {
config = "s390-unknown-linux-gnu";
};
arm-embedded = {
config = "arm-none-eabi";
libc = "newlib";