shithub: riscv

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

View raw version
#include	"cc.h"

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