shithub: riscv

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

View raw version
#include	"cc.h"

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