about summary refs log tree commit diff
path: root/Makeconfig
Commit message (Expand)AuthorAgeFilesLines
* Only build libm with -fno-math-errno (bug 24024)Aurelien Jarno2019-01-081-2/+4
* New configure option --disable-crypt.Zack Weinberg2018-06-291-2/+7
* Add support for sqrt asm redirectsWilco Dijkstra2018-03-151-0/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Replece LDFLAGS-* = $(no-pie-ldflag) with tst-*-no-pie = yes [BZ #22630]H.J. Lu2017-12-191-1/+2
* Pass -no-pie to GCC only if GCC defaults to PIE [BZ #22614]H.J. Lu2017-12-181-1/+3
* Add --enable-static-pie configure option to build static PIE [BZ #19574]H.J. Lu2017-12-151-4/+34
* Add a test for profiling static executableH.J. Lu2017-10-141-1/+1
* Remove add-ons mechanism.Joseph Myers2017-10-051-22/+5
* Use $(DEFAULT-LDFLAGS-$(@F)) in +link-static-before-libcH.J. Lu2017-10-041-0/+1
* Support mcount/gprof test with GCC defaulting to PIEH.J. Lu2017-08-171-1/+1
* gmon: Add test for basic mcount/gprof functionalityFlorian Weimer2017-08-151-1/+1
* Polish the treatment of dl-tunable-list.h in Makeconfig.Zack Weinberg2017-06-091-9/+12
* Support dl-tunables.list in subdirectoriesH.J. Lu2017-05-251-1/+3
* Suppress internal declarations for most of the testsuite.Zack Weinberg2017-05-111-1/+2
* Document and fix --enable-bind-now [BZ #21015]Florian Weimer2017-03-021-0/+7
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Enhance --enable-tunables to select tunables frontend at build timeSiddhesh Poyarekar2016-12-311-2/+2
* Add framework for tunablesSiddhesh Poyarekar2016-12-311-0/+16
* Enable -fstack-protector=* when requested by configure [BZ #7065]Nick Alcock2016-12-261-1/+7
* Expose linking against libsupport as make dependencyFlorian Weimer2016-12-131-6/+5
* support: Introduce new subdirectory for test infrastructureFlorian Weimer2016-12-091-8/+18
* Add pretty printers for the NPTL lock typesMartin Galvan2016-12-081-17/+59
* Generate .op pattern rules for profiling builds onlyFlorian Weimer2016-09-211-1/+3
* Remove remnants of .og patternsFlorian Weimer2016-09-201-1/+1
* Revert "Add pretty printers for the NPTL lock types"Siddhesh Poyarekar2016-07-111-13/+1
* Add pretty printers for the NPTL lock typesMartin Galvan2016-07-081-1/+13
* Make copies of cstdlib/cmath and use them [BZ #20314]H.J. Lu2016-07-051-1/+2
* Enable --localedir to set message catalog directory (Bug 14259)Carlos O'Donell2016-02-241-3/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Rename localedir to complocaledir (bug 14259).Carlos O'Donell2015-11-271-4/+5
* Use -std=gnu11 instead of -std=gnu99.Joseph Myers2015-10-271-1/+1
* Remove configure test for needing -P for .S files.Joseph Myers2015-10-271-3/+1
* Use -Wold-style-definition.Joseph Myers2015-10-211-1/+1
* Remove -fgnu89-inline configure test.Joseph Myers2015-10-191-1/+1
* Remove -fexceptions configure test.Joseph Myers2015-10-151-1/+1
* Don't use -Wno-error=undef.Joseph Myers2015-08-201-1/+1
* Use IE model for static variables in libc.so, libpthread.so and rtldSiddhesh Poyarekar2015-07-241-1/+5
* Support compilers defaulting to PIEH.J. Lu2015-06-251-0/+6
* Prepare for restoration of .interp section in libpthread.soDmitry V. Levin2015-06-101-1/+0
* This is update for configure, build and install of vector math library.Andrew Senkevich2015-05-141-2/+4
* Do not build with -WinlineFlorian Weimer2015-04-241-2/+2
* Omit libc-modules.h for all .v.i files.Roland McGrath2015-04-091-10/+6
* Avoid re-exec-self in bug-setlocale1.Roland McGrath2015-03-051-0/+5
* Use -Werror=undef for assembly code.Roland McGrath2015-02-121-1/+1
* Support after-link variable to run a final step on binaries.Roland McGrath2015-02-121-12/+34
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Use -Werror by default, add --disable-werror.Joseph Myers2014-12-101-1/+4
* Use MODULE_NAME in stap-probe instead of IN_LIBSiddhesh Poyarekar2014-11-241-3/+3
* Auto-generate libc-modules.hSiddhesh Poyarekar2014-11-191-2/+38