[PATCH] Remove test-have-mamx-tile from Makefile.in
H.J. Lu
hjl.tools@gmail.com
Sat Aug 23 01:11:50 GMT 2025
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>
---
Makefile.in | 2 --
configure | 2 --
configure.ac | 1 -
3 files changed, 5 deletions(-)
diff --git a/Makefile.in b/Makefile.in
index 809aa6443f..189c1ac778 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -7,7 +7,6 @@ test-config-cflags-mprefer-vector-width = @libc_cv_test_cc_mprefer_vector_width@
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-static-pie = @libc_cv_test_static_pie@
test-supported-fortify = @libc_cv_test_supported_fortify_source@
@@ -27,7 +26,6 @@ check xcheck test:
config-cflags-signaling-nans="$(test-config-cflags-signaling-nans)" \
config-cflags-wno-ignored-attributes="$(test-config-cflags-wno-ignored-attributes)" \
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` $@
diff --git a/configure b/configure
index a2ab404d9b..613ebe670a 100755
--- 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
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
--
2.50.1
More information about the Libc-alpha
mailing list