summaryrefslogtreecommitdiff
path: root/Makeconfig
AgeCommit message (Expand)Author
2026-03-15resolv: Move libanl symbols to libc on hurd tooSamuel Thibault
2026-03-15rt: Move librt symbols to libc on hurd tooSamuel Thibault
2026-03-13configure: Remove extra ')' from b4c110022cAdhemerval Zanella
2026-03-13configure: Fix bootstrap build after 570c46d36b (BZ 33985)Adhemerval Zanella
2026-03-12configure: Repurpose have-cc-with-libunwind for clang supportAdhemerval Zanella
2026-03-12configure: Parametrize runtime libraries to support compiler-rtAdhemerval Zanella
2026-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2025-10-20Build glibc with -ftrapping-mathAdhemerval Zanella
2025-08-07Filter machine compiler flags into Assembler FlagsSachin Monga
2025-07-22Makeconfig: The hash character # confuses old make, use $(dir instead of sedAndreas K. Hüttel
2025-07-14configure: Add --enable-sframe optionClaudiu Zissulescu
2025-07-09Makeconfig: Add libgcc directory to rtld-prefix search pathAndreas K. Hüttel
2025-05-27Move C warning flags from +gccwarn to +gccwarn-cFlorian Weimer
2025-05-27Turn on -Wmissing-parameter-name by default if availableFlorian Weimer
2025-05-26Turn on -Wfree-labels by default if availableFlorian Weimer
2025-03-21Makeconfig: Support $(+nolink-deps) in link flagsFlorian Weimer
2025-03-21debug: Improve '%n' fortify detection (BZ 30932)Adhemerval Zanella
2025-02-21aarch64: Add GCS tests for dlopenYury Khrustalev
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2024-12-21Don't use glibc <tgmath.h> when testing with ClangH.J. Lu
2024-12-17Remove duplicated BUILD_CC in MakeconfigH.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-08-09Turn on -Wimplicit-fallthrough by default if availableFlorian Weimer
2024-06-12tunables: sort tunables list (BZ 30027)DJ Delorie
2024-05-21math: Add support for auto static math testsAdhemerval Zanella
2024-05-21Compile libmvec with -fno-math-errnoJoe Ramsay
2024-05-09Force DT_RPATH for --enable-hardcoded-path-in-testsH.J. Lu
2024-05-06Add crt1-2.0.o for glibc 2.0 compatibility testsH.J. Lu
2024-04-08Use crtbeginT.o and crtend.o for non-PIE static executablesH.J. Lu
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-10-30crypt: Remove libcrypt supportAdhemerval Zanella
2023-10-24Remove 'shadow' and merge into 'nss'Arjun Shankar
2023-10-24Remove 'pwd' and merge into 'nss'Arjun Shankar
2023-10-24Remove 'gshadow' and merge into 'nss'Arjun Shankar
2023-10-24Remove 'grp' and merge into 'nss' and 'posix'Arjun Shankar
2023-08-15configure: Add -Wall again to the default CFLAGSFlorian Weimer
2023-08-01configure: Remove --enable-all-warnings optionAdhemerval Zanella Netto
2023-07-05Allow glibc to be built with _FORTIFY_SOURCEFrédéric Bérat
2023-03-29Remove --enable-tunables configure optionAdhemerval Zanella Netto
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-12-09nis: Build libnsl with 64 bit time_tAdhemerval Zanella Netto
2022-10-26Remove lingering libSegfault Makefile entriesAdhemerval Zanella
2022-09-13Makerules: fix MAKEFLAGS assignment for upcoming make-4.4 [BZ# 29564]Sergei Trofimovich
2022-08-29Makeconfig: Set pie-ccflag to -fPIE by default [BZ# 29514]Richard Henderson
2022-08-04Remove ldd libc4 supportAdhemerval Zanella
2022-05-18Enable DT_RELR in glibc shared libraries and PIEs automaticallyH.J. Lu
2022-05-13stdio: Remove the usage of $(fno-unit-at-a-time) for errlist.cAdhemerval Zanella
2022-04-29Do not use --hash-style=both for building glibc shared objectsFlorian Weimer
2022-04-04Remove -z combreloc and HAVE_Z_COMBRELOCFangrui Song