Age | Commit message (Expand) | Author | Files | Lines |
2012-01-30 | Fix makefile/configure problems with sse2avx changes. | Joseph Myers | 1 | -0/+2 |
2012-01-08 | Regenerated | Ulrich Drepper | 1 | -1/+0 |
2012-01-08 | Remove pwd tst from configure | Ulrich Drepper | 1 | -51/+0 |
2012-01-08 | No need for test for __builtin_expect | Ulrich Drepper | 1 | -32/+0 |
2012-01-08 | Forgot to remove AC_SUBST(bonuded) | Ulrich Drepper | 1 | -2/+0 |
2012-01-08 | Remove more unnecessary Alpha and IA-64 configury | Ulrich Drepper | 1 | -7/+0 |
2012-01-08 | gcc better don't use a signed type for size_t | Ulrich Drepper | 1 | -24/+0 |
2012-01-08 | Remove last remnants of RANLIB | Ulrich Drepper | 1 | -3/+0 |
2012-01-08 | More fallout from supporting only ELF | Ulrich Drepper | 1 | -450/+306 |
2012-01-07 | Remove non-ELF support | Ulrich Drepper | 1 | -41/+2 |
2012-01-07 | Remove --enable-omitfp support | Ulrich Drepper | 1 | -11/+0 |
2012-01-07 | Remove support in configure for unsupported architectures | Ulrich Drepper | 1 | -5/+0 |
2011-11-17 | Remove handling of VCs other then git | Ulrich Drepper | 1 | -1/+0 |
2011-10-24 | Optimize accurate 64-bit routines for FMA4 on x86-64 | Ulrich Drepper | 1 | -0/+2 |
2011-10-15 | Fix searching for C++ system headers for cross compilers | Andreas Schwab | 1 | -2/+7 |
2011-09-11 | Remove --wth-tls option, TLS support is required | Ulrich Drepper | 1 | -11/+0 |
2011-09-11 | Fix use of AC_INIT | Ulrich Drepper | 1 | -168/+199 |
2011-09-10 | Cleanup of configuration options | Ulrich Drepper | 1 | -237/+182 |
2011-09-08 | Regenerated | Ulrich Drepper | 1 | -22/+3 |
2011-07-14 | Default to --with-default-link=yes if configure check finds good -shared layout. | Roland McGrath | 1 | -2/+65 |
2011-07-14 | Use linker --print-output-format option if available. | Roland McGrath | 1 | -0/+19 |
2011-07-14 | Adjust relro test to work around GNU ld limitations. | Roland McGrath | 1 | -0/+7 |
2011-07-11 | Fix a braino in new relro configure test. | Roland McGrath | 1 | -1/+1 |
2011-07-09 | Use an empirical check for .ctors/.dtors -> .init_array/.fini_array magic. | Roland McGrath | 1 | -11/+40 |
2011-07-09 | Rewrite -z relro configure check to be empirical. | Roland McGrath | 1 | -18/+75 |
2011-07-09 | Find readelf with AC_CHECK_TOOL for use in configure tests. | Roland McGrath | 1 | -2/+96 |
2011-07-02 | Explicitly remove .gnu.glibc-stub sections with objcopy when not using | Roland McGrath | 1 | -0/+3 |
2011-07-02 | Add --with-default-link configure option. | Roland McGrath | 1 | -0/+13 |
2011-06-28 | Remove the --experimental-malloc option | Ulrich Drepper | 1 | -11/+0 |
2011-06-27 | Distinguish configure check for .ctors/.dtors header/trailers. | Roland McGrath | 1 | -1/+17 |
2011-06-10 | Use AC_LANG_PROGRAM in nss-crypt check. | Roland McGrath | 1 | -152/+189 |
2011-05-21 | Fix configure visibility tests | Ulrich Drepper | 1 | -3/+3 |
2011-02-15 | Remove use of ranlib. | Ulrich Drepper | 1 | -130/+2 |
2011-02-02 | Add missing configure patch. | H.J. Lu | 1 | -0/+2 |
2011-01-16 | Don't override --enable-multi-arch. | Andreas Schwab | 1 | -13/+13 |
2010-12-24 | Remove `.ctors' and `.dtors' output sections | H.J. Lu | 1 | -156/+178 |
2010-08-24 | Rejigger header generation for default uname implementation. | Roland McGrath | 1 | -85/+2 |
2010-08-23 | Remove multiarch dirs when gnu indirect is not supported | Mike Frysinger | 1 | -159/+137 |
2010-07-26 | BZ #11840: Fix config.cache usage for -fgnu89-inline check. | Roland McGrath | 1 | -3/+3 |
2010-07-09 | Use newer autoconf. | Ulrich Drepper | 1 | -2860/+1904 |
2010-03-04 | Pass -mtune=i686 to assembler when compiling for i686 | H.J. Lu | 1 | -0/+2 |
2009-12-23 | Enable multiarch whenever possible. | H.J. Lu | 1 | -8/+41 |
2009-09-28 | Handle future binutils versions correctly. | H.J. Lu | 1 | -2/+2 |
2009-09-15 | configure tweaks, support $libc_add_on_config_subdirs | Roland McGrath | 1 | -4/+27 |
2009-09-08 | Support binutils 2.100 and 3.0. | H.J. Lu | 1 | -2/+2 |
2009-09-05 | Support binutils 2.20. | H.J. Lu | 1 | -2/+2 |
2009-07-10 | Add AVX support to ld.so auditing for x86-64. | H.J. Lu | 1 | -0/+2 |
2009-07-09 | Implement STB_GNU_UNIQUE handling. | Ulrich Drepper | 1 | -0/+26 |
2009-07-03 | Add SSE4.2 support for strcspn, strpbrk, and strspn on x86-64. | H.J. Lu | 1 | -0/+2 |
2009-05-31 | Move AC_CANONICAL_HOST before first use of $host and $build. | Andreas Schwab | 1 | -92/+92 |