From 6384171fa0cef59b738ce8d0499fcea4f5009411 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Tue, 28 Mar 2023 15:46:34 -0300 Subject: Remove --disable-experimental-malloc option It is the default since 2.26 and it has bitrotten over the years, By using it multiple malloc tests fails: FAIL: malloc/tst-memalign-2 FAIL: malloc/tst-memalign-2-malloc-hugetlb1 FAIL: malloc/tst-memalign-2-malloc-hugetlb2 FAIL: malloc/tst-memalign-2-mcheck FAIL: malloc/tst-mxfast-malloc-hugetlb1 FAIL: malloc/tst-mxfast-malloc-hugetlb2 FAIL: malloc/tst-tcfree2 FAIL: malloc/tst-tcfree2-malloc-hugetlb1 FAIL: malloc/tst-tcfree2-malloc-hugetlb2 Checked on x86_64-linux-gnu. Reviewed-by: DJ Delorie --- config.make.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'config.make.in') diff --git a/config.make.in b/config.make.in index befcc22625..dce93ecf73 100644 --- a/config.make.in +++ b/config.make.in @@ -77,8 +77,6 @@ multi-arch = @multi_arch@ mach-interface-list = @mach_interface_list@ -experimental-malloc = @experimental_malloc@ - memory-tagging = @memory_tagging@ nss-crypt = @libc_cv_nss_crypt@ -- cgit 1.4.1