shithub: riscv

ref: 64136bfd1670e1b3bae08684c6c4bb9dfc710043
dir: /sys/src/cmd/cc/omachcap.c/

View raw version
#include	"cc.h"

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