shithub: riscv

ref: 9f6096b4319bbeb81b74ffd83ffa6edc22b7890e
dir: /sys/src/cmd/cc/omachcap.c/

View raw version
#include	"cc.h"

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