summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2025-11-17configure: Remove for redirection of built-in functionsAdhemerval Zanella
2025-11-14Revert __HAVE_64B_ATOMICS configure checkAdhemerval Zanella
2025-11-10Filter out internal abort during ld.so buildAdhemerval Zanella
2025-11-10string: Check if attribute can declared after function declarationAdhemerval Zanella
2025-11-04Define __HAVE_64B_ATOMICS from compiler supportWilco Dijkstra
2025-10-21gmon: Only used -fno-tree-loop-distribute-patterns if compiler supports itAdhemerval Zanella
2025-10-21configure: Use -Wno-maybe-uninitialized iff compiler supports itAdhemerval Zanella
2025-10-20Fix -Wno-ignored-attributes configure checkAdhemerval Zanella
2025-08-23Don't pass -c to LIBC_TRY_TEST_CC_OPTIONH.J. Lu
2025-08-23Remove test-have-mamx-tile from Makefile.inH.J. Lu
2025-08-22Revert "Don't use -Wfree-labels/-Wmissing-parameter-name if unsupported"H.J. Lu
2025-08-22Don't use -Wfree-labels/-Wmissing-parameter-name if unsupportedH.J. Lu
2025-08-22Disable -Wimplicit-fallthrough when clang is in useH.J. Lu
2025-07-28configure.ac: fix bashisms in SFrame checksSam James
2025-07-24Disable SFrame support by defaultAdhemerval Zanella
2025-07-14configure: Add --enable-sframe optionClaudiu Zissulescu
2025-06-19i386: Update ___tls_get_addr to preserve vector registersH.J. Lu
2025-05-27Turn on -Wmissing-parameter-name by default if availableFlorian Weimer
2025-05-26Turn on -Wfree-labels by default if availableFlorian Weimer
2025-05-14Raise the minimum binutils version to 2.39Stefan Liebler
2025-03-31Raise the minimum GCC version to 12.1 [BZ #32539]H.J. Lu
2025-03-21support: Link links-dso-program-c with libgcc_s only if availableFlorian Weimer
2025-03-07configure: Fix spelling of -Wl,--no-error-execstack optionFlorian Weimer
2025-03-07elf: Check if __attribute__ ((aligned (65536))) is supportedH.J. Lu
2025-03-04Pass -Wl,--no-error-execstack for tests where -Wl,-z,execstack is used [PR32717]Sam James
2025-02-21aarch64: Add configure checks for GCS supportYury Khrustalev
2025-01-10configure: Clear libc_cv_cc_wimplicit_fallthrough if not supportedH.J. Lu
2025-01-04Rename have-mtls-descriptor to have-test-mtls-descriptorH.J. Lu
2024-12-24stdio-common: Use clang with bugfix for bug28Dmitry Chestnykh
2024-12-23configure: Improve configure output for C++ CompilerH.J. Lu
2024-12-23string: Suppress Clang warnings on tester.cH.J. Lu
2024-12-23Check if TEST_CC supports -Wno-restrict before using itAdhemerval Zanella
2024-12-22elf: Enable tst-dlopen-nodelete-reloc if TEST_CXX supports STB_GNU_UNIQUEH.J. Lu
2024-12-22elf: Check PDE load address with non-empty text sectionH.J. Lu
2024-12-22elf: Compile test modules with -fsemantic-interpositionH.J. Lu
2024-12-22Add include/libc-misc.hH.J. Lu
2024-12-22Add test-config-cflags-float-store for -ffloat-storeH.J. Lu
2024-12-22Enable execstack tests only if compiler supports trampolineH.J. Lu
2024-12-22Use -finput-charset=ascii only if supportedH.J. Lu
2024-12-18Check if clang and clang++ are used to test glibcH.J. Lu
2024-12-14Don't use TEST_CXX as CXX for buildH.J. Lu
2024-12-12Clear CXX and TEST_CXX if C++ link test failsH.J. Lu
2024-12-11Add TEST_CC and TEST_CXX supportH.J. Lu
2024-12-06Remove AC_SUBST(libc_cv_mtls_descriptor)H.J. Lu
2024-11-22elf: Handle static PIE with non-zero load address [BZ #31799]H.J. Lu
2024-10-01Disable _TIME_BITS if the compiler defaults to itAdhemerval Zanella
2024-10-01Disable _FILE_OFFSET_BITS if the compiler defaults to itAdhemerval Zanella
2024-10-01Do not use -Wp to disable fortify (BZ 31928)Adhemerval Zanella
2024-08-09Turn on -Wimplicit-fallthrough by default if availableFlorian Weimer
2024-07-09manual: add syscallsDJ Delorie