aboutsummaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)AuthorFilesLines
2012-05-10Make sunrpc code usable againAndreas Jaeger1-0/+11
New configure option --enable-obsolete-rpc makes the deprecated RPC headers and functions available at compile time as they were before version 2.14. This option will be removed at some time in the future after the TI-RPC library becomes fully sufficient for the needs of existing applications.
2012-04-29Always run check-abiAndreas Jaeger1-8/+0
Remove the configure options for running of check-abi and always run it as part of the testsuite
2012-04-26Don't handle unsupported OSes in configure (base_os settings).Joseph Myers1-12/+2
2012-04-25Remove --as-needed configure test.Joseph Myers1-17/+0
2012-04-24Don't handle libgcc_s suffixes.Joseph Myers1-15/+1
2012-03-28Remove sysdeps/elf support from configure.Andreas Jaeger1-18/+1
* configure.in: Remove support for elf directories in sysdeps.
2012-03-21Disable use of FMA instructions in branredAndreas Schwab1-0/+9
2012-03-21Weaken -fstack-protector configure test to a compile test.Thomas Schwinge1-12/+4
2012-03-21Use autoconf macro for testing compiler options with empty input.Joseph Myers1-3/+2
2012-03-16Use sysdeps/*/preconfigure fragments from main source tree.Roland McGrath1-10/+4
2012-03-14Add framework for using sparc VIS3 instructions, use it for copysign/signbit.David S. Miller1-0/+1
* 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-08Fix .ctors/.dtors header configure test for bootstrapping.Joseph Myers1-16/+9
2012-03-01Require binutils 2.20 or later.Joseph Myers1-3/+3
2012-02-27Require GCC 4.3 or later.Joseph Myers1-1/+1
2012-02-25Fix configure logic for disabling multi-arch.Joseph Myers1-1/+1
2012-02-08Remove have-initfini and need-nopic-initfiniAndreas Schwab1-1/+0
2012-01-30Fix makefile/configure problems with sse2avx changes.Joseph Myers1-0/+1
2012-01-08Static linking is always neededUlrich Drepper1-10/+0
2012-01-08Remove pwd tst from configureUlrich Drepper1-10/+0
2012-01-08 No need for test for __builtin_expectUlrich Drepper1-22/+0
2012-01-08Forgot to remove AC_SUBST(bonuded)Ulrich Drepper1-1/+0
2012-01-08Remove more unnecessary Alpha and IA-64 configuryUlrich Drepper1-7/+0
2012-01-08gcc better don't use a signed type for size_tUlrich Drepper1-18/+0
2012-01-08Remove last remnants of RANLIBUlrich Drepper1-3/+0
2012-01-08More fallout from supporting only ELFUlrich Drepper1-423/+339
2012-01-07Remove non-ELF supportUlrich Drepper1-32/+2
2012-01-07Remove --enable-omitfp supportUlrich Drepper1-6/+0
2012-01-07Remove support in configure for unsupported architecturesUlrich Drepper1-5/+0
2011-11-17Remove handling of VCs other then gitUlrich Drepper1-1/+0
2011-10-24Optimize accurate 64-bit routines for FMA4 on x86-64Ulrich Drepper1-0/+1
2011-10-15Fix searching for C++ system headers for cross compilersAndreas Schwab1-2/+7
2011-09-11Remove --wth-tls option, TLS support is requiredUlrich Drepper1-7/+0
2011-09-11Fix use of AC_INITUlrich Drepper1-1/+1
2011-09-10Cleanup of configuration optionsUlrich Drepper1-41/+25
Make several tool features mandatory and simplify the code.
2011-09-08Remove support for automatic cvs check-insUlrich Drepper1-16/+3
CVS use for glibc is long gone.
2011-07-14Default to --with-default-link=yes if configure check finds good -shared layout.Roland McGrath1-3/+55
2011-07-14Use linker --print-output-format option if available.Roland McGrath1-0/+11
2011-07-14Adjust relro test to work around GNU ld limitations.Roland McGrath1-0/+7
2011-07-11Fix a braino in new relro configure test.Roland McGrath1-1/+1
2011-07-09Use an empirical check for .ctors/.dtors -> .init_array/.fini_array magic.Roland McGrath1-5/+23
2011-07-09Rewrite -z relro configure check to be empirical.Roland McGrath1-17/+63
2011-07-09Find readelf with AC_CHECK_TOOL for use in configure tests.Roland McGrath1-2/+4
2011-07-02Add --with-default-link configure option.Roland McGrath1-0/+8
2011-06-28Remove the --experimental-malloc optionUlrich Drepper1-7/+0
It's well tested, make it the default.
2011-06-27Distinguish configure check for .ctors/.dtors header/trailers.Roland McGrath1-1/+11
2011-06-10Use AC_LANG_PROGRAM in nss-crypt check.Roland McGrath1-2/+2
2011-05-21Fix configure visibility testsUlrich Drepper1-4/+4
2011-02-15Remove use of ranlib.Ulrich Drepper1-20/+2
2011-02-02Add missing configure patch.H.J. Lu1-0/+1
2011-01-16Don't override --enable-multi-arch.Andreas Schwab1-72/+72