shithub: riscv

ref: 4aee2b803e7f566f6ec1796fc45bfe0023d3762a
dir: /sys/src/cmd/cc/omachcap.c/

View raw version
#include	"cc.h"

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