Age | Commit message (Expand) | Author | Files | Lines |
2016-11-15 | configure: accept __stack_chk_fail_local for ssp support too [BZ #20662] | Denis Kaganovich | 1 | -3/+5 |
2016-10-07 | Add configure check to test if gcc supports attribute ifunc. | Stefan Liebler | 1 | -0/+33 |
2016-09-21 | Avoid running $(CXX) during build to obtain header file paths | Florian Weimer | 1 | -0/+12 |
2016-07-12 | x86-64: Properly align stack in _dl_tlsdesc_dynamic [BZ #20309] | H.J. Lu | 1 | -0/+20 |
2016-05-24 | Avoid an extra branch to PLT for -z now | H.J. Lu | 1 | -0/+3 |
2016-01-17 | configure: make the unsupported error message less hostile | Mike Frysinger | 1 | -10/+6 |
2015-12-02 | Use shell's builtin pwd. | Ludovic Courtès | 1 | -1/+1 |
2015-11-27 | Rename localedir to complocaledir (bug 14259). | Carlos O'Donell | 1 | -1/+1 |
2015-11-14 | Run tst-prelink test for GLOB_DAT reloc | H.J. Lu | 1 | -0/+23 |
2015-11-06 | Remove configure tests for some linker -z options. | Joseph Myers | 1 | -12/+0 |
2015-11-03 | Remove --no-whole-archive configure test. | Joseph Myers | 1 | -19/+0 |
2015-11-02 | Remove init_array / fini_array configure test. | Joseph Myers | 1 | -17/+0 |
2015-10-29 | Remove configure tests for visibility support. | Joseph Myers | 1 | -92/+26 |
2015-10-27 | Use -std=gnu11 instead of -std=gnu99. | Joseph Myers | 1 | -1/+1 |
2015-10-27 | Remove sysdeps/nptl/configure.ac. | Joseph Myers | 1 | -1/+0 |
2015-10-27 | Require GCC 4.7 or later to build glibc. | Joseph Myers | 1 | -1/+1 |
2015-10-27 | Remove TLS configure tests. | Joseph Myers | 1 | -30/+0 |
2015-10-27 | Remove configure test for needing -P for .S files. | Joseph Myers | 1 | -17/+0 |
2015-10-26 | Remove support for removing glibc 2.0 headers. | Joseph Myers | 1 | -16/+0 |
2015-10-26 | Remove configure test for assembler .text directive. | Joseph Myers | 1 | -17/+1 |
2015-10-26 | Use the CXX compiler only if it can create dynamic and static programs | Florian Weimer | 1 | -0/+17 |
2015-10-19 | Remove gnu_unique_object configure test. | Joseph Myers | 1 | -17/+0 |
2015-10-19 | use -fstack-protector-strong when available | Mike Frysinger | 1 | -1/+14 |
2015-10-19 | timezone: polish grammar a bit in documentation | Mike Frysinger | 1 | -1/+1 |
2015-10-19 | Remove -fgnu89-inline configure test. | Joseph Myers | 1 | -24/+0 |
2015-10-19 | Remove .weak, .weakext configure tests. | Joseph Myers | 1 | -44/+0 |
2015-10-15 | Remove -Bgroup configure test. | Joseph Myers | 1 | -16/+0 |
2015-10-15 | Remove sizeof (long double) configure test. | Joseph Myers | 1 | -5/+0 |
2015-10-15 | Remove -fexceptions configure test. | Joseph Myers | 1 | -20/+0 |
2015-10-15 | Remove .previous, .popsection configure tests. | Joseph Myers | 1 | -31/+0 |
2015-10-15 | Remove -static-libgcc configure test. | Joseph Myers | 1 | -8/+0 |
2015-10-15 | Remove stddef.h configure test. | Joseph Myers | 1 | -18/+0 |
2015-10-06 | Add a test case for C++11 thread_local support | Florian Weimer | 1 | -0/+33 |
2015-09-18 | timezone: add a configure flag to disable program install | Mike Frysinger | 1 | -0/+6 |
2015-06-25 | Support compilers defaulting to PIE | H.J. Lu | 1 | -0/+13 |
2015-05-14 | This is update for configure, build and install of vector math library. | Andrew Senkevich | 1 | -0/+11 |
2015-04-09 | Let non-add-on preconfigure scripts set libc_config_ok. | Roland McGrath | 1 | -3/+4 |
2015-03-31 | Add a testcase for copy reloc against protected data | H.J. Lu | 1 | -0/+23 |
2015-03-04 | Avoid C++ tests when the C++ cannot be linked. | Roland McGrath | 1 | -1/+10 |
2015-02-11 | Revert "hurd: Fix abi-tag, following ba90e05" | Samuel Thibault | 1 | -0/+12 |
2014-12-22 | Require bison 2.7 or newer for regenerating intl/plural.y | Will Newton | 1 | -1/+4 |
2014-12-15 | Bump required version of texinfo to 4.7 | Will Newton | 1 | -1/+1 |
2014-12-10 | Use -Werror by default, add --disable-werror. | Joseph Myers | 1 | -0/+7 |
2014-11-14 | Require GCC 4.6 or later to build glibc. | Joseph Myers | 1 | -1/+1 |
2014-11-10 | Update minimal required bunutils version to 2.22 | Andrew Senkevich | 1 | -3/+5 |
2014-10-24 | Rework compiler version check in configure. | Roland McGrath | 1 | -3/+10 |
2014-09-16 | Remove bitrotten --enable-oldest-abi (bug 6652). | Joseph Myers | 1 | -12/+0 |
2014-09-12 | Remove configuration name patterns from shlib-versions. | Joseph Myers | 1 | -13/+0 |
2014-08-12 | detect broken linker handling of __ehdr_start | Mike Frysinger | 1 | -5/+18 |
2014-07-31 | Use __builtin_trap for ABORT_INSTRUCTION. | Roland McGrath | 1 | -0/+17 |