about summary refs log tree commit diff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* i686: Do not build ifunc tests if compiler does not generate supported reloca...Adhemerval Zanella2024-04-171-0/+4
* configure: Use -Wno-restrict iff compiler supports itAdhemerval Zanella2024-04-171-0/+24
* Use -Wl,--undefined-version if linker requires itAdhemerval Zanella2024-04-171-0/+68
* Fix libc_cv_protected_data check if compiler defaults to PIEAdhemerval Zanella2024-04-171-1/+1
* Only use -finput-charset=ascii iff compiler supports itAdhemerval Zanella2024-04-171-0/+24
* Use check tests with trampolines iff compiler supports itAdhemerval Zanella2024-04-171-0/+33
* math: Only build tests for _Complex __int128 iff compiler supports itAdhemerval Zanella2024-04-171-0/+29
* Use -ffloat-store iff compiler supports itAdhemerval Zanella2024-04-171-0/+24
* configure: remove overly restrictive check for clangFangrui Song2024-04-171-2/+2
* Use -frounding-math iff compiler supports itAdhemerval Zanella2024-04-171-0/+24
* math: Use -fexcess-precision=standard iff compiler supports itAdhemerval Zanella2024-04-171-0/+48
* configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella2024-04-171-0/+30
* configure: Fix check for -fno-tree-loop-distribute-patternsFangrui Song2024-04-171-1/+1
* configure: Use -Wno-maybe-uninitialized iff compiler supports itAdhemerval Zanella2024-04-171-0/+24
* elf: Enable TLS descriptor tests on aarch64Adhemerval Zanella2024-03-191-10/+13
* Ignore undefined symbols for -mtls-dialect=gnu2Adhemerval Zanella2024-03-191-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-30/+31
* crypt: Remove libcrypt supportAdhemerval Zanella2023-10-301-126/+0
* configure: Remove --enable-all-warnings optionAdhemerval Zanella Netto2023-08-011-11/+0
* scripts: Fix fortify checks if compiler does not support _FORTIFY_SOURCE=3Adhemerval Zanella2023-07-201-16/+12
* configure: Disable building libcrypt by defaultSiddhesh Poyarekar2023-07-201-2/+2
* configure: Use autoconf 2.71Siddhesh Poyarekar2023-07-171-1441/+2684
* Allow glibc to be built with _FORTIFY_SOURCEFrédéric Bérat2023-07-051-18/+65
* Remove --enable-tunables configure optionAdhemerval Zanella Netto2023-03-291-17/+0
* Remove --disable-experimental-malloc optionAdhemerval Zanella2023-03-291-13/+0
* Remove --with-default-link configure optionAdhemerval Zanella Netto2023-03-271-13/+0
* configure: Move nm, objdump, and readelf to LIBC_PROG_BINUTILSAdhemerval Zanella2023-01-121-280/+15
* configure: Allow user override LD, AR, OBJCOPY, and GPROFAdhemerval Zanella2023-01-111-4/+12
* configure: Remove AS checkAdhemerval Zanella2022-12-061-66/+0
* configure: Remove check if ld is GNUAdhemerval Zanella2022-12-061-93/+65
* configure: Remove check if as is GNUAdhemerval Zanella2022-12-061-20/+0
* configure: Move locale tools earlyAdhemerval Zanella2022-12-061-530/+530
* Rewrite find_cxx_header config configure.acAdhemerval Zanella2022-11-071-2/+2
* configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella2022-11-011-0/+29
* Disable use of -fsignaling-nans if compiler does not support itAdhemerval Zanella2022-11-011-0/+22
* Correctly determine libc.so 'OUTPUT_FORMAT' when cross-compiling.Ludovic Courtès2022-10-281-3/+93
* Revert "Detect ld.so and libc.so version inconsistency during startup"Florian Weimer2022-08-251-11/+0
* Detect ld.so and libc.so version inconsistency during startupFlorian Weimer2022-08-241-0/+11
* Remove configure fno_unit_at_a_timeAdhemerval Zanella2022-05-131-32/+0
* Do not use --hash-style=both for building glibc shared objectsFlorian Weimer2022-04-291-28/+0
* elf: Support DT_RELR relative relocation format [BZ #27924]Fangrui Song2022-04-261-0/+37
* Default to --with-default-link=no (bug 25812)Florian Weimer2022-04-221-64/+1
* Remove -z combreloc and HAVE_Z_COMBRELOCFangrui Song2022-04-041-39/+0
* configure.ac: fix bashisms in configure.acSam James2022-03-221-1/+1
* Regenerate configureAndreas Schwab2022-02-031-13/+1
* Regenerate configure.Carlos O'Donell2022-02-031-1/+13
* Properly handle --disable-default-pie [BZ #28780]H.J. Lu2022-01-171-18/+29
* Add --with-rtld-early-cflags configure optionFlorian Weimer2022-01-141-0/+13
* Properly check linker option in LIBC_LINKER_FEATURE [BZ #28738]H.J. Lu2022-01-031-4/+28
* Replace --enable-static-pie with --disable-default-pieSiddhesh Poyarekar2021-12-131-31/+52