]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Remove test-have-mamx-tile from Makefile.in
authorH.J. Lu <hjl.tools@gmail.com>
Sat, 23 Aug 2025 21:12:30 +0000 (14:12 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Sat, 23 Aug 2025 22:58:00 +0000 (15:58 -0700)
Since have-mamx-tile is for TEST_CC only as shown in
sysdeps/x86_64/configure.ac:

LIBC_CONFIG_VAR([have-mamx-tile], [$libc_cv_test_x86_have_amx_tile])

remove test-have-mamx-tile from Makefile.in.

Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
Reviewed-by: Sam James <sam@gentoo.org>
Makefile.in
configure
configure.ac

index 9dbb67d16e72ee9abf5f09dd8b97f5eeaf0f0054..15b44842ae75bdd03d9732937d04a7c6bdd315f7 100644 (file)
@@ -9,7 +9,6 @@ test-config-cflags-wno-ignored-attributes = @libc_cv_test_wno_ignored_attributes
 test-cc-option-wfree-labels = @libc_cv_test_cc_wfree_labels@
 test-cc-option-wmissing-parameter-name = @libc_cv_test_cc_wmissing_parameter_name@
 test-enable-cet = @test_enable_cet@
-test-have-mamx-tile = @libc_cv_test_x86_have_amx_tile@
 test-have-static-pie = @libc_cv_test_static_pie@
 test-supported-fortify = @libc_cv_test_supported_fortify_source@
 
@@ -31,7 +30,6 @@ check xcheck test:
                cc-option-wfree-labels="$(test-cc-option-wfree-labels)" \
                cc-option-wmissing-parameter-name="$(test-cc-option-wmissing-parameter-name)" \
                enable-cet="$(test-enable-cet)" \
-               have-mamx-tile="$(test-have-mamx-tile)" \
                have-static-pie="$(test-have-static-pie)" \
                supported-fortify="$(test-supported-fortify)" \
                objdir=`pwd` $@
index a2ab404d9b424f7139a2b44f5bb1f86e10c96f04..613ebe670a13c400ffc24b561b4b79af07b7b18c 100755 (executable)
--- a/configure
+++ b/configure
@@ -620,7 +620,6 @@ DEFINES
 static_nss
 profile
 libc_cv_multidir
-libc_cv_test_x86_have_amx_tile
 test_enable_cet
 libc_cv_test_cc_mprefer_vector_width
 shared
@@ -9360,7 +9359,6 @@ have-libgcc_s = $libc_cv_have_libgcc_s"
 
 
 
-
 enable_gsframe=no
 if test $use_sframe = yes; then
   # SFrame requires to be explicit enabled by the architecture
index cababbf3f31590e0ad47bb031970f9778f1dc5b4..6aefff94a294088633b45d7cf29e4dd43203d6f7 100644 (file)
@@ -2127,7 +2127,6 @@ LIBC_CONFIG_VAR([have-libgcc_s], [$libc_cv_have_libgcc_s])
 # Support configure.ac under sysdeps.
 AC_SUBST(libc_cv_test_cc_mprefer_vector_width)
 AC_SUBST(test_enable_cet)
-AC_SUBST(libc_cv_test_x86_have_amx_tile)
 
 enable_gsframe=no
 if test $use_sframe = yes; then