summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2025-08-23 14:12:30 -0700
committerH.J. Lu <hjl.tools@gmail.com>2025-08-23 15:58:00 -0700
commit7851260bf59854e8d9f3dcc8443a84e14b5bf62f (patch)
treea7b456455ef4da11f7f837aa1c3265677fe33666 /configure.ac
parent861d04967d0bb2555153cd37ddbed7995dd4f463 (diff)
Remove test-have-mamx-tile from Makefile.in
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>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cababbf3f3..6aefff94a2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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