shithub: riscv

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

View raw version
#include	"cc.h"

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