aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)AuthorFilesLines
2025-03-31Raise the minimum GCC version to 12.1 [BZ #32539]H.J. Lu1-1/+2
2025-03-21support: Link links-dso-program-c with libgcc_s only if availableFlorian Weimer1-0/+12
2025-03-07configure: Fix spelling of -Wl,--no-error-execstack optionFlorian Weimer1-1/+1
2025-03-07elf: Check if __attribute__ ((aligned (65536))) is supportedH.J. Lu1-0/+11
2025-03-04Pass -Wl,--no-error-execstack for tests where -Wl,-z,execstack is used [PR32717]Sam James1-0/+4
2025-02-21aarch64: Add configure checks for GCS supportYury Khrustalev1-0/+17
2025-01-10configure: Clear libc_cv_cc_wimplicit_fallthrough if not supportedH.J. Lu1-1/+1
2025-01-04Rename have-mtls-descriptor to have-test-mtls-descriptorH.J. Lu1-6/+4
2024-12-24stdio-common: Use clang with bugfix for bug28Dmitry Chestnykh1-0/+15
2024-12-23configure: Improve configure output for C++ CompilerH.J. Lu1-1/+1
2024-12-23string: Suppress Clang warnings on tester.cH.J. Lu1-0/+10
2024-12-23Check if TEST_CC supports -Wno-restrict before using itAdhemerval Zanella1-0/+10
2024-12-22elf: Enable tst-dlopen-nodelete-reloc if TEST_CXX supports STB_GNU_UNIQUEH.J. Lu1-0/+34
2024-12-22elf: Check PDE load address with non-empty text sectionH.J. Lu1-0/+1
2024-12-22elf: Compile test modules with -fsemantic-interpositionH.J. Lu1-0/+10
2024-12-22Add include/libc-misc.hH.J. Lu1-16/+27
2024-12-22Add test-config-cflags-float-store for -ffloat-storeH.J. Lu1-0/+9
2024-12-22Enable execstack tests only if compiler supports trampolineH.J. Lu1-0/+22
2024-12-22Use -finput-charset=ascii only if supportedH.J. Lu1-0/+20
2024-12-18Check if clang and clang++ are used to test glibcH.J. Lu1-0/+24
2024-12-14Don't use TEST_CXX as CXX for buildH.J. Lu1-2/+7
2024-12-12Clear CXX and TEST_CXX if C++ link test failsH.J. Lu1-6/+1
2024-12-11Add TEST_CC and TEST_CXX supportH.J. Lu1-45/+80
2024-12-06Remove AC_SUBST(libc_cv_mtls_descriptor)H.J. Lu1-1/+0
2024-11-22elf: Handle static PIE with non-zero load address [BZ #31799]H.J. Lu1-0/+36
2024-10-01Disable _TIME_BITS if the compiler defaults to itAdhemerval Zanella1-0/+11
2024-10-01Disable _FILE_OFFSET_BITS if the compiler defaults to itAdhemerval Zanella1-0/+13
2024-10-01Do not use -Wp to disable fortify (BZ 31928)Adhemerval Zanella1-2/+2
2024-08-09Turn on -Wimplicit-fallthrough by default if availableFlorian Weimer1-0/+9
2024-07-09manual: add syscallsDJ Delorie1-0/+9
2024-07-02Add --disable-static-c++-tests option [BZ #31797]H.J. Lu1-4/+11
2024-07-02Add --disable-static-c++-link-check option [BZ #31412]H.J. Lu1-7/+15
2024-03-19elf: Enable TLS descriptor tests on aarch64Adhemerval Zanella1-6/+9
2024-03-19Ignore undefined symbols for -mtls-dialect=gnu2Adhemerval Zanella1-1/+1
2023-10-30crypt: Remove libcrypt supportAdhemerval Zanella1-65/+0
2023-08-01configure: Remove --enable-all-warnings optionAdhemerval Zanella Netto1-10/+0
2023-07-20scripts: Fix fortify checks if compiler does not support _FORTIFY_SOURCE=3Adhemerval Zanella1-6/+7
2023-07-20configure: Disable building libcrypt by defaultSiddhesh Poyarekar1-3/+3
2023-07-17configure: Use autoconf 2.71Siddhesh Poyarekar1-2/+2
2023-07-05Allow glibc to be built with _FORTIFY_SOURCEFrédéric Bérat1-18/+42
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov1-1/+1
2023-03-29Remove --enable-tunables configure optionAdhemerval Zanella Netto1-10/+0
2023-03-29Remove --disable-experimental-malloc optionAdhemerval Zanella1-7/+0
2023-03-27Remove --with-default-link configure optionAdhemerval Zanella Netto1-7/+0
2023-01-12configure: Move nm, objdump, and readelf to LIBC_PROG_BINUTILSAdhemerval Zanella1-4/+0
2022-12-06configure: Remove AS checkAdhemerval Zanella1-5/+0
2022-12-06configure: Move locale tools earlyAdhemerval Zanella1-119/+119
2022-11-07Rewrite find_cxx_header config configure.acAdhemerval Zanella1-2/+2
2022-11-01configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella1-0/+22
2022-11-01Disable use of -fsignaling-nans if compiler does not support itAdhemerval Zanella1-0/+10