Open cn0xroot opened 7 years ago
I've fixed the /proc/cpuinfo error, from a fork, I take no credit for it. Remove line 31 of Makefile and replace with
CPUFEATURES = $(shell sysctl -a | grep machdep.cpu.features | tr [A-Z] [a-z])
cpufeature = $(if $(findstring $(1),$(CPUFEATURES)),$(2))
as for the clang errors I'm at a loss