On Sun, 22 Aug 2021 16:33:37 +0200 cinap_lenrek@felloff.net wrote: > why are we removing spim from archs? spim does not build, and we have no working spim kernel. Thus, there is no reason to include spim for mk installall. Attached is my changes. Thanks, Amavect From: Amavect Date: Sun, 22 Aug 2021 15:05:38 +0000 Subject: [PATCH] mkfile.proto: remove spim and $MK, organize $CPUS `objtype=spim mk install` does not build, and we have no working kernel. $MK is useless, and is not used anywhere in the system. Reorder $CPUS in lexographic order for fun. --- diff 8c796bf8b9c10a0845717c47af908e47dfe14482 2106158cb0e529e550a65e51b21b66cc12d580b0 --- a/sys/src/mkfile.proto Thu Aug 19 23:07:37 2021 +++ b/sys/src/mkfile.proto Sun Aug 22 10:05:38 2021 @@ -3,11 +3,10 @@ # OS=05678qv -CPUS=spim arm arm64 amd64 386 power mips +CPUS=386 amd64 arm arm64 mips power CFLAGS=-FTVw LEX=lex YACC=yacc -MK=/bin/mk # recursive mk will have these set from the parent # this is never what we want. clear them