From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 25608 invoked from network); 28 Dec 2022 17:31:03 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 28 Dec 2022 17:31:03 -0000 Received: from mail-40134.protonmail.ch ([185.70.40.134]) by 9front; Wed Dec 28 12:29:51 -0500 2022 Date: Wed, 28 Dec 2022 17:29:35 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1672248582; x=1672507782; bh=EDokhabD/h2oXUQFjEAX/W/MGIk4b2SX4JKpSIICtfE=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=SN0taVJfMKhcegaPS/RsXwqP5GTzJrvYVmltCJatE0y/9Ind4aP01pfVkgVSujDgn 1OxHKhRlI5Y0+T35F70HPWyRiWKQaz9401uf1Mq3wulo5TO1wMyHs4QP7yl6+ps3CZ l41OWODpDdh/IETyf+Sbq9/SuZ4ack2OqegnfhLrPKH9otakGOSd+Tgf+FKzHiqmKi kfBa1x+14e6adS1/OTFmiJlB/wXpmNYJc9nPIHElKXuxAtgisfTVgW0gvqU2NiPDi+ J9BlL19JhN3EqYtSBhDvsiT72K6rGOnkDJDt0lJfkOJWjSm+mm+bUq83CocvdfTA1P wJov+bHNUS2BQ== To: "9front@9front.org" <9front@9front.org> From: Philip Silva Message-ID: Feedback-ID: 4491819:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: generic cloud component hosting hosting-based controller Subject: [9front] Go on ARM64 Reply-To: 9front@9front.org Precedence: bulk Hi! Since I have now a MNT Reform and there was still no Go I tried my luck wit= h porting: https://github.com/psilva261/go-arm64.plan9=20 I've tested compiling from linux/amd64 (Go 1.19.4) and 9front/amd64 (Go 1.1= 8.3), that both works. But since there's no bootstrap.rc, it can be compile= d like this: echo go1.20 > VERSION # bootstrap.bash produces something like go1.20-53289= fad60 cd src GOROOT=3D/tmp/go-arm64.plan9-arm64.plan9 GOOS=3Dplan9 GOARCH=3Darm64 make.r= c cd .. ; mv bin/plan9_arm64/* bin/ Greetings, Philip