shithub: mc

ref: 5b8d17c48f84ac4dd5e68a18b7f9ea119ea8745e
dir: /mbld/config+plan9-x64.myr/

View raw version
pkg config =
	const Instroot	= "/"
	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	= "sys/man/"
	const Binpath	= "amd64/bin"
	const Libpath	= "amd64/lib/myr"
	const Sharepath	= "lib"
;;