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.9 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, NICE_REPLY_A autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 28199 invoked from network); 28 Dec 2022 17:52:13 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 28 Dec 2022 17:52:13 -0000 Received: from mail.posixcafe.org ([45.76.19.58]) by 9front; Wed Dec 28 12:51:08 -0500 2022 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=posixcafe.org; s=20200506; t=1672250073; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=P33+RwnX5h72xsUX5ORX2nE3ENEwAyk/cG9tCglgzFM=; b=JTnLde/iiI/EmSZlcECfSksL/ZiQmbNb7jEaIF8aaY4fG1oSo6ALKYuS47KOhxWwrwH3FK BQIL3CfYB5XvUJgr6GvkMfYIrmEEr7So0mgks0+MVCw83wpR2KJk5y69kkVj9sYvQbXuSc SlE+SBgoXP6/I6UVjjbBnWD3QYcBlu0= Received: from [192.168.168.200] (help1.mynextlight.net [161.97.205.25]) by mail.posixcafe.org (OpenSMTPD) with ESMTPSA id 840fc291 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <9front@9front.org>; Wed, 28 Dec 2022 11:54:32 -0600 (CST) Message-ID: <8f677ee7-24dd-9833-2cf2-3c5e0feefe44@posixcafe.org> Date: Wed, 28 Dec 2022 10:51:00 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.5.1 To: 9front@9front.org References: Content-Language: en-US From: Jacob Moody In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: browser out-scaling interface Subject: Re: [9front] Go on ARM64 Reply-To: 9front@9front.org Precedence: bulk On 12/28/22 10:29, Philip Silva wrote: > Hi! > > Since I have now a MNT Reform and there was still no Go I tried my luck with porting: https://github.com/psilva261/go-arm64.plan9 > > I've tested compiling from linux/amd64 (Go 1.19.4) and 9front/amd64 (Go 1.18.3), that both works. But since there's no bootstrap.rc, it can be compiled like this: > > echo go1.20 > VERSION # bootstrap.bash produces something like go1.20-53289fad60 > cd src > GOROOT=/tmp/go-arm64.plan9-arm64.plan9 GOOS=plan9 GOARCH=arm64 make.rc > cd .. ; mv bin/plan9_arm64/* bin/ > > Greetings, Philip > Cool! I recall there being a bounty for this: https://inbox.vuxu.org/9front/CAJeB+LTSZ4CdFgv=p94AM0tYQPi_H_CxMYmYA9GXLtbKbcr=Jw@mail.gmail.com/ Granted it's a bit dusty, but perhaps you can brush it off and cash it in. If you can't, we can probably strike it from the FQA bounty list. Thanks, moody