shithub: front

Download patch

ref: 3b5e83f164b89f6028dc791ad8f5d373777e5b45
parent: a8361bc1b4b71a2ee495b23cfca1f03b5a844f28
author: Ori Bernstein <ori@eigenstate.org>
date: Sun Jan 5 14:49:07 EST 2025

9/pc64: remove reference to stale conf

we don't have a pccpu64 kernel any more, it's all just pc64;
remove it from the mkfile

--- a/sys/src/9/pc64/mkfile
+++ b/sys/src/9/pc64/mkfile
@@ -1,5 +1,5 @@
 CONF=pc64
-CONFLIST=pc64 pccpu64
+CONFLIST=pc64
 
 objtype=amd64
 </$objtype/mkfile
--