diff options
| author | H.J. Lu <hjl.tools@gmail.com> | 2025-01-03 10:21:56 +0800 |
|---|---|---|
| committer | H.J. Lu <hjl.tools@gmail.com> | 2025-01-04 04:51:21 +0800 |
| commit | 1294926da37cedb1aba46e4b2fef70ac2ceee105 (patch) | |
| tree | 489468f1521958c3700994779290cfdb666ca4fd /Makefile.in | |
| parent | 3674004f3f29fc918d4e81062558ad916e99c3dd (diff) | |
| download | glibc-1294926da37cedb1aba46e4b2fef70ac2ceee105.tar.xz glibc-1294926da37cedb1aba46e4b2fef70ac2ceee105.zip | |
Rename have-mtls-descriptor to have-test-mtls-descriptor
Since have-mtls-descriptor is only used for glibc testing, rename it to
have-test-mtls-descriptor. Also enable tst-gnu2-tls2-amx only if
$(have-test-mtls-descriptor) == gnu2.
Tested with GCC 14 and Clang 19/18/17 on x86-64.
Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
Reviewed-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 0aab15ce4d..8b02cc3b03 100644 --- a/Makefile.in +++ b/Makefile.in @@ -8,7 +8,6 @@ test-config-cflags-signaling-nans = @libc_cv_test_cc_signaling_nans@ test-config-cflags-wno-ignored-attributes = @libc_cv_test_wno_ignored_attributes@ test-enable-cet = @test_enable_cet@ test-have-mamx-tile = @libc_cv_test_x86_have_amx_tile@ -test-have-mtls-descriptor = @libc_cv_test_mtls_descriptor@ test-have-static-pie = @libc_cv_test_static_pie@ test-supported-fortify = @libc_cv_test_supported_fortify_source@ @@ -29,7 +28,6 @@ check xcheck test: config-cflags-wno-ignored-attributes="$(test-config-cflags-wno-ignored-attributes)" \ enable-cet="$(test-enable-cet)" \ have-mamx-tile="$(test-have-mamx-tile)" \ - have-mtls-descriptor="$(test-have-mtls-descriptor)" \ have-static-pie="$(test-have-static-pie)" \ supported-fortify="$(test-supported-fortify)" \ objdir=`pwd` $@ |
