Thursday, September 22, 2022

Re: plan9port works on i386 and powerpc

On Wed, 14 Sep 2022 17:38:12 -0700
Kyle Milz <krwmilz@gmail.com> wrote:

> Unfortunately, building at least on sparc64 does not complete.
> Curiously it also does not fail, it just stops after 'mk' is compiled.
> So I think ONLY_FOR_ARCHES may need to be retained, with the platforms
> we have tested.

Thank you for trying multiple archs. I have committed the below diff,
which retains ONLY_FOR_ARCHES.

Index: Makefile
===================================================================
RCS file: /cvs/ports/plan9/plan9port/Makefile,v
retrieving revision 1.39
diff -u -p -r1.39 Makefile
--- Makefile 11 Mar 2022 19:49:08 -0000 1.39
+++ Makefile 22 Sep 2022 23:48:19 -0000
@@ -1,6 +1,4 @@
-ONLY_FOR_ARCHS = amd64 i386 powerpc
-BROKEN-i386 = various "invalid operand for instruction", OpenBSD-386-asm.S
-BROKEN-powerpc = threading issues
+ONLY_FOR_ARCHS = amd64 i386 powerpc powerpc64

COMMENT = Plan 9 from user space

No comments:

Post a Comment