Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix makefile/configure problems with sse2avx changes. | Joseph Myers | 2012-01-30 | 1 | -0/+1 |
| | |||||
* | Static linking is always needed | Ulrich Drepper | 2012-01-08 | 1 | -10/+0 |
| | |||||
* | Remove pwd tst from configure | Ulrich Drepper | 2012-01-08 | 1 | -10/+0 |
| | |||||
* | No need for test for __builtin_expect | Ulrich Drepper | 2012-01-08 | 1 | -22/+0 |
| | |||||
* | Forgot to remove AC_SUBST(bonuded) | Ulrich Drepper | 2012-01-08 | 1 | -1/+0 |
| | |||||
* | Remove more unnecessary Alpha and IA-64 configury | Ulrich Drepper | 2012-01-08 | 1 | -7/+0 |
| | |||||
* | gcc better don't use a signed type for size_t | Ulrich Drepper | 2012-01-08 | 1 | -18/+0 |
| | |||||
* | Remove last remnants of RANLIB | Ulrich Drepper | 2012-01-08 | 1 | -3/+0 |
| | |||||
* | More fallout from supporting only ELF | Ulrich Drepper | 2012-01-08 | 1 | -423/+339 |
| | |||||
* | Remove non-ELF support | Ulrich Drepper | 2012-01-07 | 1 | -32/+2 |
| | |||||
* | Remove --enable-omitfp support | Ulrich Drepper | 2012-01-07 | 1 | -6/+0 |
| | |||||
* | Remove support in configure for unsupported architectures | Ulrich Drepper | 2012-01-07 | 1 | -5/+0 |
| | |||||
* | Remove handling of VCs other then git | Ulrich Drepper | 2011-11-17 | 1 | -1/+0 |
| | |||||
* | Optimize accurate 64-bit routines for FMA4 on x86-64 | Ulrich Drepper | 2011-10-24 | 1 | -0/+1 |
| | |||||
* | Fix searching for C++ system headers for cross compilers | Andreas Schwab | 2011-10-15 | 1 | -2/+7 |
| | |||||
* | Remove --wth-tls option, TLS support is required | Ulrich Drepper | 2011-09-11 | 1 | -7/+0 |
| | |||||
* | Fix use of AC_INIT | Ulrich Drepper | 2011-09-11 | 1 | -1/+1 |
| | |||||
* | Cleanup of configuration options | Ulrich Drepper | 2011-09-10 | 1 | -41/+25 |
| | | | | Make several tool features mandatory and simplify the code. | ||||
* | Remove support for automatic cvs check-ins | Ulrich Drepper | 2011-09-08 | 1 | -16/+3 |
| | | | | CVS use for glibc is long gone. | ||||
* | Default to --with-default-link=yes if configure check finds good -shared layout. | Roland McGrath | 2011-07-14 | 1 | -3/+55 |
| | |||||
* | Use linker --print-output-format option if available. | Roland McGrath | 2011-07-14 | 1 | -0/+11 |
| | |||||
* | Adjust relro test to work around GNU ld limitations. | Roland McGrath | 2011-07-14 | 1 | -0/+7 |
| | |||||
* | Fix a braino in new relro configure test. | Roland McGrath | 2011-07-11 | 1 | -1/+1 |
| | |||||
* | Use an empirical check for .ctors/.dtors -> .init_array/.fini_array magic. | Roland McGrath | 2011-07-09 | 1 | -5/+23 |
| | |||||
* | Rewrite -z relro configure check to be empirical. | Roland McGrath | 2011-07-09 | 1 | -17/+63 |
| | |||||
* | Find readelf with AC_CHECK_TOOL for use in configure tests. | Roland McGrath | 2011-07-09 | 1 | -2/+4 |
| | |||||
* | Add --with-default-link configure option. | Roland McGrath | 2011-07-02 | 1 | -0/+8 |
| | |||||
* | Remove the --experimental-malloc option | Ulrich Drepper | 2011-06-28 | 1 | -7/+0 |
| | | | | It's well tested, make it the default. | ||||
* | Distinguish configure check for .ctors/.dtors header/trailers. | Roland McGrath | 2011-06-27 | 1 | -1/+11 |
| | |||||
* | Use AC_LANG_PROGRAM in nss-crypt check. | Roland McGrath | 2011-06-10 | 1 | -2/+2 |
| | |||||
* | Fix configure visibility tests | Ulrich Drepper | 2011-05-21 | 1 | -4/+4 |
| | |||||
* | Remove use of ranlib. | Ulrich Drepper | 2011-02-15 | 1 | -20/+2 |
| | |||||
* | Add missing configure patch. | H.J. Lu | 2011-02-02 | 1 | -0/+1 |
| | |||||
* | Don't override --enable-multi-arch. | Andreas Schwab | 2011-01-16 | 1 | -72/+72 |
| | |||||
* | Remove `.ctors' and `.dtors' output sections | H.J. Lu | 2010-12-24 | 1 | -0/+2 |
| | |||||
* | Rejigger header generation for default uname implementation. | Roland McGrath | 2010-08-24 | 1 | -71/+2 |
| | |||||
* | Remove multiarch dirs when gnu indirect is not supported | Mike Frysinger | 2010-08-23 | 1 | -107/+91 |
| | |||||
* | BZ #11840: Fix config.cache usage for -fgnu89-inline check. | Roland McGrath | 2010-07-26 | 1 | -3/+3 |
| | |||||
* | Pass -mtune=i686 to assembler when compiling for i686 | H.J. Lu | 2010-03-04 | 1 | -0/+1 |
| | |||||
* | Enable multiarch whenever possible. | H.J. Lu | 2009-12-23 | 1 | -4/+31 |
| | |||||
* | Handle future binutils versions correctly. | H.J. Lu | 2009-09-28 | 1 | -2/+2 |
| | |||||
* | configure tweaks, support $libc_add_on_config_subdirs | Roland McGrath | 2009-09-15 | 1 | -0/+18 |
| | |||||
* | Support binutils 2.100 and 3.0. | H.J. Lu | 2009-09-08 | 1 | -2/+2 |
| | |||||
* | Support binutils 2.20. | H.J. Lu | 2009-09-05 | 1 | -2/+2 |
| | |||||
* | Add AVX support to ld.so auditing for x86-64. | H.J. Lu | 2009-07-10 | 1 | -0/+1 |
| | |||||
* | Implement STB_GNU_UNIQUE handling. | Ulrich Drepper | 2009-07-09 | 1 | -0/+17 |
| | | | | | | | | | Some symbols have to be identified process-wide by their name. This is particularly important for some C++ features (e.g., class local static data and static variables in inline functions). This cannot completely be implemented with ELF functionality so far. The STB_GNU_UNIQUE binding helps by ensuring the dynamic linker will always use the same definition for all symbols with the same name and this binding. | ||||
* | Add SSE4.2 support for strcspn, strpbrk, and strspn on x86-64. | H.J. Lu | 2009-07-03 | 1 | -0/+1 |
| | |||||
* | Move AC_CANONICAL_HOST before first use of $host and $build. | Andreas Schwab | 2009-05-31 | 1 | -2/+2 |
| | |||||
* | * configure.in: We need to test for the compiler earlier. | Ulrich Drepper | 2009-04-03 | 1 | -8/+9 |
| | |||||
* | * configure.in: Recognize --enable-nss-crypt. | Ulrich Drepper | 2009-04-02 | 1 | -4/+39 |
| | | | | | | | | | | | | | | | | | * config.make.in: Add nss-crypt entry. * crypt/Makefile: If nss-crypt==yes, don't build md5.c, sha256.c, sha512.c. Don't run md5test, sha256test, sha512test. Pass -DUSE_NSS and include path for NSS directory to compiler for md5-crypt, sha256-crypt, sha512-crypt. Link libcrypt.so with -lfreebl3. * crypt/md5-crypt.c: If USE_NSS is defined, don't use local hash function implementation, use NSS. Introduce wrappers around the hash function calls. Little code size optimization. * crypt/sha256-crypt.c: Likewise. * crypt/sha512-crypt.c: Likewise. * scripts/check-local-headers.sh: Ignore nss3 directory. * configure.in: Rename pic_default to libc_cv_pic_default. * config.make.in: Likewise. |