shithub: riscv

ref: 83de8c0f5f1db32c1f68f8337566fcd1fd171e8f
dir: /sys/src/cmd/cc/omachcap.c/

View raw version
#include	"cc.h"

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