You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
regarding
compiler-benchmark/benchmark
Line 343 in 9399e96
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
The text was updated successfully, but these errors were encountered: