shithub: mc

ref: 04c7c7f5989f7521ca68c8604b5b98b3bd4502bb
dir: /mbld/config+plan9-x64.myr/

View raw version
pkg config =
	const Instroot	= "/amd64"
	const Sys	= "Plan9"
	const Objsuffix	= ".6"
	const Linkcmd	= ["6l", "-lo"]
	const Arcmd	= ["ar", "vu"]
	const Ascmd	= ["6a"]
	const Directlib	= true
	const Runtime	= "_myrrt.6"
	const Manpath	= "man/"
;;