shithub: riscv

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

View raw version
#include	"cc.h"

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