-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
runtime, runtime/internal/sys: fix build for linux/{mips64,mips64le}
Change-Id: I37bac9680efdfd797ca5dca90bd9a9e1001bfb68 Reviewed-on: https://go-review.googlesource.com/16874 Reviewed-by: Michael Matloob <[email protected]>
- Loading branch information
Showing
4 changed files
with
62 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
// generated by gengoos.go using 'go generate' | ||
|
||
package sys | ||
|
||
const TheGoarch = `mips64` | ||
|
||
const Goarch386 = 0 | ||
const GoarchAmd64 = 0 | ||
const GoarchAmd64p32 = 0 | ||
const GoarchArm = 0 | ||
const GoarchArmbe = 0 | ||
const GoarchArm64 = 0 | ||
const GoarchArm64be = 0 | ||
const GoarchPpc64 = 0 | ||
const GoarchPpc64le = 0 | ||
const GoarchMips = 0 | ||
const GoarchMipsle = 0 | ||
const GoarchMips64 = 1 | ||
const GoarchMips64le = 0 | ||
const GoarchMips64p32 = 0 | ||
const GoarchMips64p32le = 0 | ||
const GoarchPpc = 0 | ||
const GoarchS390 = 0 | ||
const GoarchS390x = 0 | ||
const GoarchSparc = 0 | ||
const GoarchSparc64 = 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
// generated by gengoos.go using 'go generate' | ||
|
||
package sys | ||
|
||
const TheGoarch = `mips64le` | ||
|
||
const Goarch386 = 0 | ||
const GoarchAmd64 = 0 | ||
const GoarchAmd64p32 = 0 | ||
const GoarchArm = 0 | ||
const GoarchArmbe = 0 | ||
const GoarchArm64 = 0 | ||
const GoarchArm64be = 0 | ||
const GoarchPpc64 = 0 | ||
const GoarchPpc64le = 0 | ||
const GoarchMips = 0 | ||
const GoarchMipsle = 0 | ||
const GoarchMips64 = 0 | ||
const GoarchMips64le = 1 | ||
const GoarchMips64p32 = 0 | ||
const GoarchMips64p32le = 0 | ||
const GoarchPpc = 0 | ||
const GoarchS390 = 0 | ||
const GoarchS390x = 0 | ||
const GoarchSparc = 0 | ||
const GoarchSparc64 = 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters