Skip to content

x/website: Installing Go from source page does not mention loong instruction set #54350

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ALTree opened this issue Aug 9, 2022 · 3 comments
Closed
Labels
Documentation Issues describing a change to documentation. FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done. website
Milestone

Comments

@ALTree
Copy link
Member

ALTree commented Aug 9, 2022

At https://go.dev/doc/install/source

The Go compilers support the following instruction sets:

amd64, 386
    The x86 instruction set, 64- and 32-bit. 
arm64, arm
    The ARM instruction set, 64-bit (AArch64) and 32-bit. 
mips64, mips64le, mips, mipsle
    The MIPS instruction set, big- and little-endian, 64- and 32-bit. 
ppc64, ppc64le
    The 64-bit PowerPC instruction set, big- and little-endian. 
riscv64
    The 64-bit RISC-V instruction set. 
s390x
    The IBM z/Architecture. 
wasm
    WebAssembly.

Is missing a mention of loong64.

Also it says "the Go compilers" but the plural seems wrong, the page is about gc which is usually called "the Go compiler".

@ALTree ALTree added the website label Aug 9, 2022
@gopherbot gopherbot added this to the Unreleased milestone Aug 9, 2022
@ALTree ALTree added NeedsFix The path to resolution is known, but the work has not been done. Documentation Issues describing a change to documentation. labels Aug 9, 2022
@findleyr
Copy link
Member

CC @XiaodongLoong

@dmitshur
Copy link
Member

https://go.dev/cl/421575 fixes this.

@gopherbot
Copy link
Contributor

Change https://go.dev/cl/421575 mentions this issue: _content/doc/install/source: mention GOARCH=loong64

@golang golang locked and limited conversation to collaborators Aug 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Documentation Issues describing a change to documentation. FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done. website
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants