shithub: riscv

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

View raw version
#include	"cc.h"

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