shithub: riscv

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

View raw version
#include	"cc.h"

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