go,gcc: Support external go compilers for Go bootstrap (#27769)

For ARM64, fallback to gccgo. (go-bootstrap@1.4 can't support ARM64)
This commit is contained in:
Bernhard Kaindl
2022-10-18 19:18:49 +02:00
committed by GitHub
parent d95f14084e
commit 1ae32ff62c
4 changed files with 55 additions and 10 deletions

View File

@@ -27,7 +27,8 @@ packages:
fuse: [libfuse]
gl: [glx, osmesa]
glu: [mesa-glu, openglu]
golang: [gcc]
golang: [go, gcc]
go-external-or-gccgo-bootstrap: [go-bootstrap, gcc]
iconv: [libiconv]
ipp: [intel-ipp]
java: [openjdk, jdk, ibm-java]