Merge pull request #130878 from q3k/q3k/go-mips

go: enable MIPS GOARCH/cross integration
This commit is contained in:
Jörg Thalheim
2021-07-21 07:18:20 +01:00
committed by GitHub
3 changed files with 3 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ let
"armv6l" = "arm";
"armv7l" = "arm";
"powerpc64le" = "ppc64le";
"mips" = "mips";
}.${platform.parsed.cpu.name} or (throw "Unsupported system");
# We need a target compiler which is still runnable at build time,

View File

@@ -41,6 +41,7 @@ let
"armv6l" = "arm";
"armv7l" = "arm";
"powerpc64le" = "ppc64le";
"mips" = "mips";
}.${platform.parsed.cpu.name} or (throw "Unsupported system");
# We need a target compiler which is still runnable at build time,

View File

@@ -41,6 +41,7 @@ let
"armv6l" = "arm";
"armv7l" = "arm";
"powerpc64le" = "ppc64le";
"mips" = "mips";
}.${platform.parsed.cpu.name} or (throw "Unsupported system");
# We need a target compiler which is still runnable at build time,