shithub: riscv

ref: 1cff9ab4e8412d5c6b6a3cbca720fbc4bcccecd9
dir: /sys/src/cmd/cc/omachcap.c/

View raw version
#include	"cc.h"

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