From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <27dc96f2517b832c61659188531cafca@proxima.alt.za> To: 9fans@9fans.net From: Lucio De Re Date: Mon, 11 Apr 2011 12:15:26 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] Plan 9 port of the Go toolchain Topicbox-Message-UUID: cf023ad8-ead6-11e9-9d60-3106f5b1d025 I have tweaked the Plan 9 native to allow for manual adjustment around the different needs of Go and native Plan 9 toolchains, so now: #ifndef SARNAME #define SARNAME 16 #endif SARNAME can be predefined to the "64" that Go prefers. Unfortunately, it's a short term solution, I'm hoping for suggestions on the way forward from here. ++L PS: I still can't link an executable with the version of 8l from the Go toolchain that I built under Plan 9, but I'm hoping to get there soon.