summaryrefslogtreecommitdiff
path: root/Makeconfig
AgeCommit message (Expand)Author
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
2017-10-14Add a test for profiling static executableH.J. Lu
2017-10-05Remove add-ons mechanism.Joseph Myers
2017-10-04Use $(DEFAULT-LDFLAGS-$(@F)) in +link-static-before-libcH.J. Lu
2017-08-17Support mcount/gprof test with GCC defaulting to PIEH.J. Lu
2017-08-15gmon: Add test for basic mcount/gprof functionalityFlorian Weimer
2017-06-09Polish the treatment of dl-tunable-list.h in Makeconfig.Zack Weinberg
2017-05-25Support dl-tunables.list in subdirectoriesH.J. Lu
2017-05-11Suppress internal declarations for most of the testsuite.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-31Enhance --enable-tunables to select tunables frontend at build timeSiddhesh Poyarekar
2016-12-31Add framework for tunablesSiddhesh Poyarekar
2016-12-26Enable -fstack-protector=* when requested by configure [BZ #7065]Nick Alcock
2016-12-13Expose linking against libsupport as make dependencyFlorian Weimer
2016-12-09support: Introduce new subdirectory for test infrastructureFlorian Weimer
2016-12-08Add pretty printers for the NPTL lock typesMartin Galvan
2016-09-21Generate .op pattern rules for profiling builds onlyFlorian 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-02-24Enable --localedir to set message catalog directory (Bug 14259)Carlos O'Donell
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-11-27Rename localedir to complocaledir (bug 14259).Carlos O'Donell
2015-10-27Use -std=gnu11 instead of -std=gnu99.Joseph Myers
2015-10-27Remove configure test for needing -P for .S files.Joseph Myers
2015-10-21Use -Wold-style-definition.Joseph Myers
2015-10-19Remove -fgnu89-inline configure test.Joseph Myers
2015-10-15Remove -fexceptions configure test.Joseph Myers
2015-08-20Don't use -Wno-error=undef.Joseph Myers
2015-07-24Use IE model for static variables in libc.so, libpthread.so and rtldSiddhesh Poyarekar
2015-06-25Support compilers defaulting to PIEH.J. Lu
2015-06-10Prepare for restoration of .interp section in libpthread.soDmitry V. Levin
2015-05-14This is update for configure, build and install of vector math library.Andrew Senkevich
2015-04-24Do not build with -WinlineFlorian Weimer
2015-04-09Omit libc-modules.h for all .v.i files.Roland McGrath
2015-03-05Avoid re-exec-self in bug-setlocale1.Roland McGrath
2015-02-12Use -Werror=undef for assembly code.Roland McGrath
2015-02-12Support after-link variable to run a final step on binaries.Roland McGrath
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-12-10Use -Werror by default, add --disable-werror.Joseph Myers
2014-11-24Use MODULE_NAME in stap-probe instead of IN_LIBSiddhesh Poyarekar
2014-11-19Auto-generate libc-modules.hSiddhesh Poyarekar
2014-11-19Add new macro IN_MODULE to identify module in which source is builtSiddhesh Poyarekar