Fix x86 build with --enable-tunable=no

Checked on x86_64-linux-gnu.
This commit is contained in:
Adhemerval Zanella 2021-01-14 11:18:21 -03:00
parent 7137d682eb
commit d18f59bf92
2 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@
License along with the GNU C Library; if not, see
<https://www.gnu.org/licenses/>. */
#include <elf.h>
#include <sys/platform/x86.h>
/* Get GNU_PROPERTY_X86_ISA_1_BASELINE and GNU_PROPERTY_X86_ISA_1_V[234]

View File

@ -18,6 +18,7 @@
#include <dl-hwcaps.h>
#include <cpu-features.h>
#include <ldsodefs.h>
#include <get-isa-level.h>
const char _dl_hwcaps_subdirs[] = "x86-64-v4:x86-64-v3:x86-64-v2";