shithub: riscv

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

View raw version
#include	"cc.h"

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