aboutsummaryrefslogtreecommitdiff
path: root/Makeconfig
AgeCommit message (Expand)Author
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
2022-01-24Add and use link-test-modules-rpath-link [BZ #28455]H.J. Lu
2022-01-14Generate gcc-macros.hFlorian Weimer
2022-01-12Do not build libresolv module with 64 bit time_t flagsAdhemerval Zanella
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-12-17Fix The GNU ToolChain Authors copyright noticeSiddhesh Poyarekar
2021-12-15Use LFS and 64 bit time for installed programs (BZ #15333)Adhemerval Zanella
2021-12-13Replace --enable-static-pie with --disable-default-pieSiddhesh Poyarekar
2021-11-10Remove the unused +mkdep/+make-deps/s-proto.S/s-proto-cancel.SH.J. Lu
2021-09-17Run conform/ tests using newly built libcJoseph Myers
2021-07-09Force building with -fno-commonFlorian Weimer
2021-07-02resolv: Move libanl into libc (if libpthread is in libc)Florian Weimer
2021-06-21Fix librt-routines-var issues for !PTHREAD_IN_LIBCFlorian Weimer
2021-06-17Makeconfig: Fix time64-compat.mk targetSiddhesh Poyarekar
2021-06-15y2038: Add test coverageAdhemerval Zanella
2021-06-03dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer
2021-05-03Add pthread-in-libc, libpthread-routines-var, librt-routines-varFlorian Weimer
2021-03-15Build libc-start with stack protector for SHAREDSiddhesh Poyarekar
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-11-16Add {,sysdep-}ld-library-path make variableSamuel Thibault
2020-04-29Makeconfig: Use $(error ...) to output error messageSimon Marchi
2020-03-25Makeconfig: sandwich gnulib-tests between libc/ld linking of testsPaul E. Murphy
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-12-03Expand $(as-needed) and $(no-as-needed) throughout the build systemFlorian Weimer
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-07-29test-container: Install with $(sorted-subdirs) [BZ #24794]Tulio Magno Quites Machado Filho
2019-04-26Makeconfig: Move -Wl,-rpath-link options before library referencesFlorian Weimer
2019-04-26Makeconfig: Move $(CC) to +link command variablesFlorian Weimer
2019-04-25Extend BIND_NOW to installed programs with --enable-bind-nowFlorian Weimer
2019-01-07Only build libm with -fno-math-errno (bug 24024)Aurelien Jarno
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-09-24Don't build libnsl for new ABIsAndreas Schwab
2018-08-21Makeconfig: Do not sort and deduplicate +cflags [BZ # 17248]Florian Weimer
2018-08-17Add --with-nonshared-cflags option to configureFlorian Weimer
2018-08-17Makeconfig (ASFLAGS): Always append required assembler flagsFlorian Weimer
2018-06-29New configure option --disable-crypt.Zack Weinberg
2018-03-15Add support for sqrt asm redirectsWilco Dijkstra
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-19Replece LDFLAGS-* = $(no-pie-ldflag) with tst-*-no-pie = yes [BZ #22630]H.J. Lu
2017-12-18Pass -no-pie to GCC only if GCC defaults to PIE [BZ #22614]H.J. Lu
2017-12-15Add --enable-static-pie configure option to build static PIE [BZ #19574]H.J. Lu