aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)AuthorFilesLines
2017-06-13configure: Suppress expected compiler error messageFlorian Weimer1-1/+2
2017-06-13Make copy of <bits/std_abs.h> from GCC 7 [BZ #21573]H.J. Lu1-1/+3
2017-03-21Deprecate libnsl by default (only shared library will beThorsten Kukuk1-0/+11
2017-03-15Fix combreloc test with BSD grepAlexey Neyman1-5/+5
2016-12-31Enhance --enable-tunables to select tunables frontend at build timeSiddhesh Poyarekar1-1/+1
2016-12-31Add framework for tunablesSiddhesh Poyarekar1-0/+10
2016-12-26Work even with compilers which enable -fstack-protector by default [BZ #7065]Nick Alcock1-51/+24
2016-12-26Do not stack-protect ifunc resolvers [BZ #7065]Nick Alcock1-0/+1
2016-12-26Configure support for --enable-stack-protector [BZ #7065]Nick Alcock1-20/+50
2016-12-22Add configure check for python programSiddhesh Poyarekar1-1/+15
2016-12-02Bug 20918 - Building with --enable-nss-crypt fails tst-linkall-staticCarlos O'Donell1-0/+14
2016-11-15configure: accept __stack_chk_fail_local for ssp support too [BZ #20662]Denis Kaganovich1-3/+5
2016-10-07Add configure check to test if gcc supports attribute ifunc.Stefan Liebler1-0/+33
2016-09-21Avoid running $(CXX) during build to obtain header file pathsFlorian Weimer1-0/+12
2016-07-12x86-64: Properly align stack in _dl_tlsdesc_dynamic [BZ #20309]H.J. Lu1-0/+20
2016-05-24Avoid an extra branch to PLT for -z nowH.J. Lu1-0/+3
2016-01-17configure: make the unsupported error message less hostileMike Frysinger1-10/+6
2015-12-02Use shell's builtin pwd.Ludovic Courtès1-1/+1
2015-11-27Rename localedir to complocaledir (bug 14259).Carlos O'Donell1-1/+1
2015-11-14Run tst-prelink test for GLOB_DAT relocH.J. Lu1-0/+23
2015-11-06Remove configure tests for some linker -z options.Joseph Myers1-12/+0
2015-11-03Remove --no-whole-archive configure test.Joseph Myers1-19/+0
2015-11-02Remove init_array / fini_array configure test.Joseph Myers1-17/+0
2015-10-29Remove configure tests for visibility support.Joseph Myers1-92/+26
2015-10-27Use -std=gnu11 instead of -std=gnu99.Joseph Myers1-1/+1
2015-10-27Remove sysdeps/nptl/configure.ac.Joseph Myers1-1/+0
2015-10-27Require GCC 4.7 or later to build glibc.Joseph Myers1-1/+1
2015-10-27Remove TLS configure tests.Joseph Myers1-30/+0
2015-10-27Remove configure test for needing -P for .S files.Joseph Myers1-17/+0
2015-10-26Remove support for removing glibc 2.0 headers.Joseph Myers1-16/+0
2015-10-26Remove configure test for assembler .text directive.Joseph Myers1-17/+1
2015-10-26Use the CXX compiler only if it can create dynamic and static programsFlorian Weimer1-0/+17
2015-10-19Remove gnu_unique_object configure test.Joseph Myers1-17/+0
2015-10-19use -fstack-protector-strong when availableMike Frysinger1-1/+14
2015-10-19timezone: polish grammar a bit in documentationMike Frysinger1-1/+1
2015-10-19Remove -fgnu89-inline configure test.Joseph Myers1-24/+0
2015-10-19Remove .weak, .weakext configure tests.Joseph Myers1-44/+0
2015-10-15Remove -Bgroup configure test.Joseph Myers1-16/+0
2015-10-15Remove sizeof (long double) configure test.Joseph Myers1-5/+0
2015-10-15Remove -fexceptions configure test.Joseph Myers1-20/+0
2015-10-15Remove .previous, .popsection configure tests.Joseph Myers1-31/+0
2015-10-15Remove -static-libgcc configure test.Joseph Myers1-8/+0
2015-10-15Remove stddef.h configure test.Joseph Myers1-18/+0
2015-10-06Add a test case for C++11 thread_local supportFlorian Weimer1-0/+33
2015-09-18timezone: add a configure flag to disable program installMike Frysinger1-0/+6
2015-06-25Support compilers defaulting to PIEH.J. Lu1-0/+13
2015-05-14This is update for configure, build and install of vector math library.Andrew Senkevich1-0/+11
2015-04-09Let non-add-on preconfigure scripts set libc_config_ok.Roland McGrath1-3/+4
2015-03-31Add a testcase for copy reloc against protected dataH.J. Lu1-0/+23
2015-03-04Avoid C++ tests when the C++ cannot be linked.Roland McGrath1-1/+10