Configure Portage to cross-compile Go
Portage does not set the `GOOS` and `GOARCH` environment variables by default, which are required to cross-compile Go code.master
parent
e0c9689841
commit
8d3c39373f
|
@ -0,0 +1,2 @@
|
|||
GOOS=linux
|
||||
GOARCH=${ARCH}
|
|
@ -0,0 +1 @@
|
|||
sys-devel/binutils gold
|
Reference in New Issue