Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-29 | Always run check-abi | Andreas Jaeger | |
Remove the configure options for running of check-abi and always run it as part of the testsuite | |||
2012-04-26 | Don't handle unsupported OSes in configure (base_os settings). | Joseph Myers | |
2012-04-25 | Remove --as-needed configure test. | Joseph Myers | |
2012-04-24 | Don't handle libgcc_s suffixes. | Joseph Myers | |
2012-03-28 | Remove sysdeps/elf support from configure. | Andreas Jaeger | |
* configure.in: Remove support for elf directories in sysdeps. | |||
2012-03-21 | Disable use of FMA instructions in branred | Andreas Schwab | |
2012-03-21 | Weaken -fstack-protector configure test to a compile test. | Thomas Schwinge | |
2012-03-21 | Use autoconf macro for testing compiler options with empty input. | Joseph Myers | |
2012-03-16 | Use sysdeps/*/preconfigure fragments from main source tree. | Roland McGrath | |
2012-03-14 | Add framework for using sparc VIS3 instructions, use it for copysign/signbit. | David S. Miller | |
* sysdeps/sparc/configure.in: New file. * sysdeps/sparc/configure: Generate. * configure.in (libc_cv_sparc_as_vis3): Substitute. * configure: Regenerate. * config.h.in (HAVE_AS_VIS3_SUPPORT): New. * config.make.in (have-as-vis3): New. * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is available use -Av9d instead of -Av9a. * sysdeps/sparc/sparc64/Makefile: Likewise. * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file. * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S: New file. * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New file. * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S: New file. * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New file. * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file. * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file. * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file. * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file. * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file. | |||
2012-03-08 | Fix .ctors/.dtors header configure test for bootstrapping. | Joseph Myers | |
2012-03-01 | Require binutils 2.20 or later. | Joseph Myers | |
2012-02-27 | Require GCC 4.3 or later. | Joseph Myers | |
2012-02-25 | Fix configure logic for disabling multi-arch. | Joseph Myers | |
2012-02-08 | Remove have-initfini and need-nopic-initfini | Andreas Schwab | |
2012-01-30 | Fix makefile/configure problems with sse2avx changes. | Joseph Myers | |
2012-01-08 | Static linking is always needed | Ulrich Drepper | |
2012-01-08 | Remove pwd tst from configure | Ulrich Drepper | |
2012-01-08 | No need for test for __builtin_expect | Ulrich Drepper | |
2012-01-08 | Forgot to remove AC_SUBST(bonuded) | Ulrich Drepper | |
2012-01-08 | Remove more unnecessary Alpha and IA-64 configury | Ulrich Drepper | |
2012-01-08 | gcc better don't use a signed type for size_t | Ulrich Drepper | |
2012-01-08 | Remove last remnants of RANLIB | Ulrich Drepper | |
2012-01-08 | More fallout from supporting only ELF | Ulrich Drepper | |
2012-01-07 | Remove non-ELF support | Ulrich Drepper | |
2012-01-07 | Remove --enable-omitfp support | Ulrich Drepper | |
2012-01-07 | Remove support in configure for unsupported architectures | Ulrich Drepper | |
2011-11-17 | Remove handling of VCs other then git | Ulrich Drepper | |
2011-10-24 | Optimize accurate 64-bit routines for FMA4 on x86-64 | Ulrich Drepper | |
2011-10-15 | Fix searching for C++ system headers for cross compilers | Andreas Schwab | |
2011-09-11 | Remove --wth-tls option, TLS support is required | Ulrich Drepper | |
2011-09-11 | Fix use of AC_INIT | Ulrich Drepper | |
2011-09-10 | Cleanup of configuration options | Ulrich Drepper | |
Make several tool features mandatory and simplify the code. | |||
2011-09-08 | Remove support for automatic cvs check-ins | Ulrich Drepper | |
CVS use for glibc is long gone. | |||
2011-07-14 | Default to --with-default-link=yes if configure check finds good -shared layout. | Roland McGrath | |
2011-07-14 | Use linker --print-output-format option if available. | Roland McGrath | |
2011-07-14 | Adjust relro test to work around GNU ld limitations. | Roland McGrath | |
2011-07-11 | Fix a braino in new relro configure test. | Roland McGrath | |
2011-07-09 | Use an empirical check for .ctors/.dtors -> .init_array/.fini_array magic. | Roland McGrath | |
2011-07-09 | Rewrite -z relro configure check to be empirical. | Roland McGrath | |
2011-07-09 | Find readelf with AC_CHECK_TOOL for use in configure tests. | Roland McGrath | |
2011-07-02 | Add --with-default-link configure option. | Roland McGrath | |
2011-06-28 | Remove the --experimental-malloc option | Ulrich Drepper | |
It's well tested, make it the default. | |||
2011-06-27 | Distinguish configure check for .ctors/.dtors header/trailers. | Roland McGrath | |
2011-06-10 | Use AC_LANG_PROGRAM in nss-crypt check. | Roland McGrath | |
2011-05-21 | Fix configure visibility tests | Ulrich Drepper | |
2011-02-15 | Remove use of ranlib. | Ulrich Drepper | |
2011-02-02 | Add missing configure patch. | H.J. Lu | |
2011-01-16 | Don't override --enable-multi-arch. | Andreas Schwab | |
2010-12-24 | Remove `.ctors' and `.dtors' output sections | H.J. Lu | |