about summary refs log tree commit diff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Enhance --enable-tunables to select tunables frontend at build timeSiddhesh Poyarekar2016-12-311-1/+1
* Add framework for tunablesSiddhesh Poyarekar2016-12-311-0/+10
* Work even with compilers which enable -fstack-protector by default [BZ #7065]Nick Alcock2016-12-261-51/+24
* Do not stack-protect ifunc resolvers [BZ #7065]Nick Alcock2016-12-261-0/+1
* Configure support for --enable-stack-protector [BZ #7065]Nick Alcock2016-12-261-20/+50
* Add configure check for python programSiddhesh Poyarekar2016-12-221-1/+15
* Bug 20918 - Building with --enable-nss-crypt fails tst-linkall-staticCarlos O'Donell2016-12-021-0/+14
* configure: accept __stack_chk_fail_local for ssp support too [BZ #20662]Denis Kaganovich2016-11-151-3/+5
* Add configure check to test if gcc supports attribute ifunc.Stefan Liebler2016-10-071-0/+33
* Avoid running $(CXX) during build to obtain header file pathsFlorian Weimer2016-09-211-0/+12
* x86-64: Properly align stack in _dl_tlsdesc_dynamic [BZ #20309]H.J. Lu2016-07-121-0/+20
* Avoid an extra branch to PLT for -z nowH.J. Lu2016-05-241-0/+3
* configure: make the unsupported error message less hostileMike Frysinger2016-01-171-10/+6
* Use shell's builtin pwd.Ludovic Courtès2015-12-021-1/+1
* Rename localedir to complocaledir (bug 14259).Carlos O'Donell2015-11-271-1/+1
* Run tst-prelink test for GLOB_DAT relocH.J. Lu2015-11-141-0/+23
* Remove configure tests for some linker -z options.Joseph Myers2015-11-061-12/+0
* Remove --no-whole-archive configure test.Joseph Myers2015-11-031-19/+0
* Remove init_array / fini_array configure test.Joseph Myers2015-11-021-17/+0
* Remove configure tests for visibility support.Joseph Myers2015-10-291-92/+26
* Use -std=gnu11 instead of -std=gnu99.Joseph Myers2015-10-271-1/+1
* Remove sysdeps/nptl/configure.ac.Joseph Myers2015-10-271-1/+0
* Require GCC 4.7 or later to build glibc.Joseph Myers2015-10-271-1/+1
* Remove TLS configure tests.Joseph Myers2015-10-271-30/+0
* Remove configure test for needing -P for .S files.Joseph Myers2015-10-271-17/+0
* Remove support for removing glibc 2.0 headers.Joseph Myers2015-10-261-16/+0
* Remove configure test for assembler .text directive.Joseph Myers2015-10-261-17/+1
* Use the CXX compiler only if it can create dynamic and static programsFlorian Weimer2015-10-261-0/+17
* Remove gnu_unique_object configure test.Joseph Myers2015-10-191-17/+0
* use -fstack-protector-strong when availableMike Frysinger2015-10-191-1/+14
* timezone: polish grammar a bit in documentationMike Frysinger2015-10-191-1/+1
* Remove -fgnu89-inline configure test.Joseph Myers2015-10-191-24/+0
* Remove .weak, .weakext configure tests.Joseph Myers2015-10-191-44/+0
* Remove -Bgroup configure test.Joseph Myers2015-10-151-16/+0
* Remove sizeof (long double) configure test.Joseph Myers2015-10-151-5/+0
* Remove -fexceptions configure test.Joseph Myers2015-10-151-20/+0
* Remove .previous, .popsection configure tests.Joseph Myers2015-10-151-31/+0
* Remove -static-libgcc configure test.Joseph Myers2015-10-151-8/+0
* Remove stddef.h configure test.Joseph Myers2015-10-151-18/+0
* Add a test case for C++11 thread_local supportFlorian Weimer2015-10-061-0/+33
* timezone: add a configure flag to disable program installMike Frysinger2015-09-181-0/+6
* Support compilers defaulting to PIEH.J. Lu2015-06-251-0/+13
* This is update for configure, build and install of vector math library.Andrew Senkevich2015-05-141-0/+11
* Let non-add-on preconfigure scripts set libc_config_ok.Roland McGrath2015-04-091-3/+4
* Add a testcase for copy reloc against protected dataH.J. Lu2015-03-311-0/+23
* Avoid C++ tests when the C++ cannot be linked.Roland McGrath2015-03-041-1/+10
* Revert "hurd: Fix abi-tag, following ba90e05"Samuel Thibault2015-02-111-0/+12
* Require bison 2.7 or newer for regenerating intl/plural.yWill Newton2014-12-221-1/+4
* Bump required version of texinfo to 4.7Will Newton2014-12-151-1/+1
* Use -Werror by default, add --disable-werror.Joseph Myers2014-12-101-0/+7