From c92a00d865638cebcfd13cfe0c3e811f565fe43b Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Mon, 30 Jul 2018 16:11:05 -0700 Subject: x86: Add tst-get-cpu-features-static to $(tests) [BZ #23458] All tests should be added to $(tests). Reviewed-by: Carlos O'Donell [BZ #23458] * sysdeps/x86/Makefile (tests): Add tst-get-cpu-features-static. --- ChangeLog | 5 +++++ sysdeps/x86/Makefile | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5f82d00b69..75796ee7d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-07-30 H.J. Lu + + [BZ #23458] + * sysdeps/x86/Makefile (tests): Add tst-get-cpu-features-static. + 2018-07-28 Samuel Thibault * sysdeps/mach/hurd/dl-unistd.h (__access, __brk, __lseek, __read, diff --git a/sysdeps/x86/Makefile b/sysdeps/x86/Makefile index 672bb19489..337b0b63dc 100644 --- a/sysdeps/x86/Makefile +++ b/sysdeps/x86/Makefile @@ -5,7 +5,7 @@ endif ifeq ($(subdir),elf) sysdep-dl-routines += dl-get-cpu-features -tests += tst-get-cpu-features +tests += tst-get-cpu-features tst-get-cpu-features-static tests-static += tst-get-cpu-features-static endif -- cgit v1.2.3