aboutsummaryrefslogtreecommitdiff
path: root/Makerules
AgeCommit message (Expand)Author
2022-12-28Use LFS and 64 bit time for installed programs (BZ #15333)Adhemerval Zanella
2022-11-08Makerules: fix MAKEFLAGS assignment for upcoming make-4.4 [BZ# 29564]Sergei Trofimovich
2022-03-11debug: Autogenerate _FORTIFY_SOURCE testsSiddhesh Poyarekar
2021-06-28Install shared objects under their ABI namesFlorian Weimer
2021-06-28Makerules: Remove lib-version, $(subdir-version)Florian Weimer
2021-06-15y2038: Add test coverageAdhemerval Zanella
2021-01-12Makerules: Do not require startup files for format.lds probe objectFlorian Weimer
2021-01-11install: Replace scripts/output-format.sed with objdump -f [BZ #26559]Fangrui Song
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-08-04Don't mix linker error messages into edited scriptsAlan Modra
2020-05-18Remove NO_CTORS_DTORS_SECTIONS macroFlorian Weimer
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-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-12-11Remove support for abilist-patternAndreas Schwab
2018-12-10Use gen-as-const.py to process .pysym files.Joseph Myers
2018-11-30Replace gen-as-const.awk by gen-as-const.py.Joseph Myers
2018-09-24Don't build libnsl for new ABIsAndreas Schwab
2018-08-22Add test-in-container infrastructure.DJ Delorie
2018-06-26Run thread shutdown functions in an explicit orderFlorian Weimer
2018-02-23Define GEN_AS_CONST_HEADERS when generating header files [BZ #22792]H.J. Lu
2018-01-06Allow make-link-multidir to make subdirectoriesPalmer Dabbelt
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-11-06Use newly built crt*.o files to build shared objects [BZ #22362]H.J. Lu
2017-08-31Place $(elf-objpfx)sofini.os last [BZ #22051]H.J. Lu
2017-08-21Don't compile non-lib modules as lib modules [BZ #21864]H.J. Lu
2017-06-14Remove __need_IOV_MAX and __need_FOPEN_MAX.Zack Weinberg
2017-06-13Make copy of <bits/std_abs.h> from GCC 7 [BZ #21573]H.J. Lu
2017-05-19Also create and use ldbl-compat-choose.h.Joseph Myers
2017-05-19Create and use first-versions.h with macros for function symbol versions.Joseph Myers
2017-05-11Suppress internal declarations for most of the testsuite.Zack Weinberg
2017-05-09Rename cppflags-iterator.mk to libof-iterator.mk, remove extra-modules.mk.Zack Weinberg
2017-03-02Document and fix --enable-bind-now [BZ #21015]Florian Weimer
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-08Install libm.a as linker script (bug 20539).Andrew Senkevich
2016-12-08Add pretty printers for the NPTL lock typesMartin Galvan
2016-09-21Avoid running $(CXX) during build to obtain header file pathsFlorian Weimer
2016-09-20Remove remnants of .og patternsFlorian Weimer
2016-07-11Revert "Add pretty printers for the NPTL lock types"Siddhesh Poyarekar
2016-07-08Add pretty printers for the NPTL lock typesMartin Galvan
2016-07-05Make copies of cstdlib/cmath and use them [BZ #20314]H.J. Lu
2016-06-23libio: Implement vtable verification [BZ #20191]Florian Weimer
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-11-24Implement "make update-all-abi"Florian Weimer
2015-10-15Remove -static-libgcc configure test.Joseph Myers
2015-07-08Fix some places to use $(LN_S) makefile variable.Roland McGrath
2015-06-12Attempting to install glibc configured with --prefix=/usr intoMartin Sebor
2015-06-10Prepare for restoration of .interp section in libpthread.soDmitry V. Levin
2015-02-12Support after-link variable to run a final step on binaries.Roland McGrath