compiler-benchmark icon indicating copy to clipboard operation
compiler-benchmark copied to clipboard

adding cproc

Open CorruptedVor opened this issue 1 year ago • 0 comments

regarding https://github.com/nordlow/compiler-benchmark/blob/9399e9693f1091fbf8d22092f49be859aee7e245/benchmark#L343

When building cproc, you have to correctly specify your platform if it fails to detect. In example ./configure --host=x86_64-linux-musl tcc -dumpmachine incorrectly returns x86_64-pc-linux-gnu

CorruptedVor avatar Aug 10 '24 21:08 CorruptedVor