shithub: riscv

ref: 844612fcb8257c8d8f20ef4da62edb65b2c08b76
dir: /sys/src/cmd/cc/omachcap.c/

View raw version
#include	"cc.h"

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