shithub: riscv

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

View raw version
#include	"cc.h"

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