internal/cpu: correctly link to getsystemcfg
authorClément Chigot <clement.chigot@atos.net>
Fri, 29 Jan 2021 15:27:39 +0000 (16:27 +0100)
committerIan Lance Taylor <iant@golang.org>
Sat, 30 Jan 2021 00:12:43 +0000 (16:12 -0800)
commit4d31df4089987bb7fb85dd07c9d181dbee40ba87
treeb5129bffbea36d17e2123dd62d92c660e8f3c395
parentd761172d9b2feff68d50f38b3c76969532688791
internal/cpu: correctly link to getsystemcfg

Directly set getsystemcfg as //extern in internal/cpu instead of
trying to use the runtime as in Go toolchain.

Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/287932
gcc/go/gofrontend/MERGE
libgo/go/internal/cpu/cpu_ppc64x_aix.go
libgo/go/runtime/os_aix.go