shithub: riscv

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

View raw version
#include	"cc.h"

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