libelf: Only build libelf, no utils.

This commit is contained in:
Zeckmathederg
2025-11-03 16:53:59 -07:00
parent f8ab28e0f8
commit d89efa0882

View File

@@ -50,15 +50,16 @@
--disable-debuginfod \
--enable-libdebuginfod=dummy</userinput></screen>
<para>Compile the package:</para>
<para>Compile only Libelf:</para>
<screen><userinput remap="make">make</userinput></screen>
<screen><userinput remap="make">make -C lib
make -C libelf</userinput></screen>
<para>To test the results, issue:</para>
<screen><userinput remap="test">make -k check</userinput></screen>
<para>Two tests are known to fail, dwarf_srclang_check and
<para>Two tests are known to fail: dwarf_srclang_check and
run-backtrace-native-core.sh.</para>
<para>Install only Libelf:</para>