From: H.J. Lu Date: Mon, 30 Jul 2018 23:11:05 +0000 (-0700) Subject: x86: Add tst-get-cpu-features-static to $(tests) [BZ #23458] X-Git-Tag: glibc-2.28~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c92a00d865638cebcfd13cfe0c3e811f565fe43b;p=thirdparty%2Fglibc.git 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. --- diff --git a/ChangeLog b/ChangeLog index 5f82d00b690..75796ee7d6e 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 672bb19489f..337b0b63dcb 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