shithub: riscv

ref: ace4e4defa70671fc0747c9899cfa80036efbb3d
dir: /sys/src/cmd/cc/omachcap.c/

View raw version
#include	"cc.h"

/* default, like old cc */
int
machcap(Node*)
{
	return 0;
}