shithub: riscv

ref: 34ed7f7aa25b3d4b6990d454b63b6b11441c3e5a
dir: /sys/src/cmd/cc/omachcap.c/

View raw version
#include	"cc.h"

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