shithub: riscv

ref: 3b36daa2bb8c0f4169455baf829b9695b520c5fc
dir: /sys/src/cmd/cc/omachcap.c/

View raw version
#include	"cc.h"

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