Hi,

Recently I needed plan9port for i386 and to my surprise it builds and
light testing of mk and acme work fine.

I was curious if macppc was also fixed, so I built and tested that as
well, with the same results.

Diff below re-enables these architectures.
? plan9port_i386_powerpc.diff
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	11 Sep 2022 20:36:23 -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
 
 COMMENT =		Plan 9 from user space
 

Reply via email to