aboutsummaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)AuthorFilesLines
2024-12-24stdio-common: Use clang with bugfix for bug28Dmitry Chestnykh1-0/+42
2024-12-23configure: Improve configure output for C++ CompilerH.J. Lu1-2/+2
2024-12-23string: Suppress Clang warnings on tester.cH.J. Lu1-0/+34
2024-12-23Check if TEST_CC supports -Wno-restrict before using itAdhemerval Zanella1-0/+34
2024-12-22elf: Enable tst-dlopen-nodelete-reloc if TEST_CXX supports STB_GNU_UNIQUEH.J. Lu1-0/+59
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/+34
2024-12-22Add include/libc-misc.hH.J. Lu1-18/+95
2024-12-22Add test-config-cflags-float-store for -ffloat-storeH.J. Lu1-0/+33
2024-12-22Enable execstack tests only if compiler supports trampolineH.J. Lu1-0/+47
2024-12-22Use -finput-charset=ascii only if supportedH.J. Lu1-0/+68
2024-12-18Check if clang and clang++ are used to test glibcH.J. Lu1-0/+76
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-36/+293
2024-12-06Remove AC_SUBST(libc_cv_mtls_descriptor)H.J. Lu1-2/+0
2024-11-22elf: Handle static PIE with non-zero load address [BZ #31799]H.J. Lu1-0/+74
2024-10-01Disable _TIME_BITS if the compiler defaults to itAdhemerval Zanella1-0/+30
2024-10-01Disable _FILE_OFFSET_BITS if the compiler defaults to itAdhemerval Zanella1-0/+32
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/+26
2024-07-09manual: add syscallsDJ Delorie1-4/+21
2024-07-02Add --disable-static-c++-tests option [BZ #31797]H.J. Lu1-4/+18
2024-07-02Add --disable-static-c++-link-check option [BZ #31412]H.J. Lu1-5/+19
2024-06-17Convert to autoconf 2.72 (vanilla release, no distribution patches)Andreas K. Hüttel1-559/+746
2024-03-19elf: Enable TLS descriptor tests on aarch64Adhemerval Zanella1-10/+13
2024-03-19Ignore undefined symbols for -mtls-dialect=gnu2Adhemerval Zanella1-1/+1
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-30/+31
2023-10-30crypt: Remove libcrypt supportAdhemerval Zanella1-126/+0
2023-08-01configure: Remove --enable-all-warnings optionAdhemerval Zanella Netto1-11/+0
2023-07-20scripts: Fix fortify checks if compiler does not support _FORTIFY_SOURCE=3Adhemerval Zanella1-16/+12
2023-07-20configure: Disable building libcrypt by defaultSiddhesh Poyarekar1-2/+2
2023-07-17configure: Use autoconf 2.71Siddhesh Poyarekar1-1441/+2684
2023-07-05Allow glibc to be built with _FORTIFY_SOURCEFrédéric Bérat1-18/+65
2023-03-29Remove --enable-tunables configure optionAdhemerval Zanella Netto1-17/+0
2023-03-29Remove --disable-experimental-malloc optionAdhemerval Zanella1-13/+0
2023-03-27Remove --with-default-link configure optionAdhemerval Zanella Netto1-13/+0
2023-01-12configure: Move nm, objdump, and readelf to LIBC_PROG_BINUTILSAdhemerval Zanella1-280/+15
2023-01-11configure: Allow user override LD, AR, OBJCOPY, and GPROFAdhemerval Zanella1-4/+12
2022-12-06configure: Remove AS checkAdhemerval Zanella1-66/+0
2022-12-06configure: Remove check if ld is GNUAdhemerval Zanella1-93/+65
2022-12-06configure: Remove check if as is GNUAdhemerval Zanella1-20/+0
2022-12-06configure: Move locale tools earlyAdhemerval Zanella1-530/+530
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/+29
2022-11-01Disable use of -fsignaling-nans if compiler does not support itAdhemerval Zanella1-0/+22
2022-10-28Correctly determine libc.so 'OUTPUT_FORMAT' when cross-compiling.Ludovic Courtès1-3/+93
2022-08-25Revert "Detect ld.so and libc.so version inconsistency during startup"Florian Weimer1-11/+0
2022-08-24Detect ld.so and libc.so version inconsistency during startupFlorian Weimer1-0/+11
2022-05-13Remove configure fno_unit_at_a_timeAdhemerval Zanella1-32/+0