From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: From: David du Colombier <0intro@gmail.com> Date: Sun, 30 Oct 2016 09:39:08 +0100 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=089e014942145b95e70540110617 Subject: Re: [9fans] Making available a pre-compiled go binary for Miller's plan-9 Pi image (Chris McGee) Topicbox-Message-UUID: a79781ee-ead9-11e9-9d60-3106f5b1d025 --089e014942145b95e70540110617 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable > To cross compile with make.rc do you just set GOARCH and GOOS and just run it? Yes and you can add the --no-rebuild flag to prevent cmd/dist to remove the existing binaries. For example: =E2=84=85 GOOS=3Dplan9 GOARCH=3Darm make.rc --no-rebuild --=20 David du Colombier --089e014942145b95e70540110617 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

> To cross compile with make.rc do you just set GOARCH an= d GOOS and just run it?

Yes and you can add the --no-rebuild flag to prevent cmd/dis= t to remove the existing binaries.

For example:

=E2=84=85 GOOS=3Dplan9 GOARCH=3Darm make.rc --no-rebuild

--
David du Colombier

--089e014942145b95e70540110617--