aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)AuthorFilesLines
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
2022-10-28Correctly determine libc.so 'OUTPUT_FORMAT' when cross-compiling.Ludovic Courtès1-0/+1
2022-08-25Revert "Detect ld.so and libc.so version inconsistency during startup"Florian Weimer1-5/+0
2022-08-24Detect ld.so and libc.so version inconsistency during startupFlorian Weimer1-0/+5
2022-05-13Remove configure fno_unit_at_a_timeAdhemerval Zanella1-19/+0
2022-04-29Do not use --hash-style=both for building glibc shared objectsFlorian Weimer1-16/+0
2022-04-26elf: Support DT_RELR relative relocation format [BZ #27924]Fangrui Song1-0/+5
2022-04-22Default to --with-default-link=no (bug 25812)Florian Weimer1-54/+1
2022-04-04Remove -z combreloc and HAVE_Z_COMBRELOCFangrui Song1-31/+0