Make libcpuid dependency optional with --disable-cpuid

This commit is contained in:
Alexander Sosedkin
2021-11-28 00:52:35 +01:00
parent b73a1c0638
commit a9bd06d0ea
3 changed files with 16 additions and 4 deletions
@@ -64,3 +64,5 @@
(e.g., as whether to have `x86_64-v2-linux` among additional system types).
The library is available from its homepage
<http://libcpuid.sourceforge.net>.
This is an optional dependency and can be disabled
by providing a `--disable-cpuid` to the `configure` script.