Will Fancher d628b3bfe4 Do not cross compile mknames.go
`GOOS` and `GOARCH` can be set to cross compile the Go code. But
`good-names.go` is generated at build time using `mknames.go`, which
must be built for the build platform. `GOOS` and `GOARCH` can be unset
to do this. In many circumstances, Go will use its own internal linker
to build the binary, which means it won't need to use `$CC`. But in
some scenarios, e.g. when building PIE binaries, it will use `$CC` as
the linker, so this needs to be set to the build platform's compiler
for `go run`.

Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
2025-11-10 18:21:52 -08:00
..
2021-12-10 20:59:19 -08:00
2025-10-26 11:29:03 -07:00
2025-11-10 18:21:52 -08:00
2020-02-23 16:21:40 -08:00
2022-01-23 16:35:23 -08:00