shithub: mc

ref: 3d4d7c4ca9eb30d468d71c26f4b4588c800c9d1c
dir: /mbld/config+plan9-x64.myr/

View raw version
pkg config =
	const Env	: (byte[:], byte[:])[:] = [][:]
	const Instroot	= "/"
	const Sys	= "Plan9"
	const Objsuffix	= ".6"
	const Linkcmd	= ["6l", "-l"]
	const Dlflags	: byte[:][:] = [][:]
	const Arcmd	= ["ar", "u"]
	const Ascmd	= ["6a"]
	const Directlib	= true
	const Runtime	= "_myrrt.6"

	const Manpath	= "sys/man/"
	const Binpath	= "amd64/bin"
	const Libpath	= "amd64/lib/myr"
	const Sharepath	= "lib"
;;