From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Sun, 21 Aug 2005 16:18:13 -0400 From: Russ Cox To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] p9p on Linux/ppc In-Reply-To: <89d1e7b805081807587c4fc97c@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <89d1e7b805081807587c4fc97c@mail.gmail.com> Topicbox-Message-UUID: 79d2171e-ead0-11e9-9d60-3106f5b1d025 > Anyway, the plan9port.tgz don't build on Linux/ppc because there's no > plan9/src/libthread/Linux-power-asm.s file. I have no clue about > PowerPC assembler, thus I tried following trick: >=20 > % cd plan9/src/libthread/ > % cp NetBSD-power-asm.s Linux-power-asm.s >=20 > Afterwards I rebuild everything and it works well. All tools compile > fine, acme works. Fantastic. Thanks for the report. Russ