aboutsummaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)AuthorFilesLines
2012-03-21Disable use of FMA instructions in branredAndreas Schwab1-0/+22
2012-03-21Weaken -fstack-protector configure test to a compile test.Thomas Schwinge1-9/+3
2012-03-21Use autoconf macro for testing compiler options with empty input.Joseph Myers1-2/+3
2012-03-16Use sysdeps/*/preconfigure fragments from main source tree.Roland McGrath1-9/+22
2012-03-14Add framework for using sparc VIS3 instructions, use it for copysign/signbit.David S. Miller1-0/+2
2012-03-08Fix .ctors/.dtors header configure test for bootstrapping.Joseph Myers1-19/+22
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-2/+0
2012-01-30Fix makefile/configure problems with sse2avx changes.Joseph Myers1-0/+2
2012-01-08RegeneratedUlrich Drepper1-1/+0
2012-01-08Remove pwd tst from configureUlrich Drepper1-51/+0
2012-01-08 No need for test for __builtin_expectUlrich Drepper1-32/+0
2012-01-08Forgot to remove AC_SUBST(bonuded)Ulrich Drepper1-2/+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-24/+0
2012-01-08Remove last remnants of RANLIBUlrich Drepper1-3/+0
2012-01-08More fallout from supporting only ELFUlrich Drepper1-450/+306
2012-01-07Remove non-ELF supportUlrich Drepper1-41/+2
2012-01-07Remove --enable-omitfp supportUlrich Drepper1-11/+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/+2
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-11/+0
2011-09-11Fix use of AC_INITUlrich Drepper1-168/+199
2011-09-10Cleanup of configuration optionsUlrich Drepper1-237/+182
2011-09-08RegeneratedUlrich Drepper1-22/+3
2011-07-14Default to --with-default-link=yes if configure check finds good -shared layout.Roland McGrath1-2/+65
2011-07-14Use linker --print-output-format option if available.Roland McGrath1-0/+19
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-11/+40
2011-07-09Rewrite -z relro configure check to be empirical.Roland McGrath1-18/+75
2011-07-09Find readelf with AC_CHECK_TOOL for use in configure tests.Roland McGrath1-2/+96
2011-07-02Explicitly remove .gnu.glibc-stub sections with objcopy when not usingRoland McGrath1-0/+3
2011-07-02Add --with-default-link configure option.Roland McGrath1-0/+13
2011-06-28Remove the --experimental-malloc optionUlrich Drepper1-11/+0
2011-06-27Distinguish configure check for .ctors/.dtors header/trailers.Roland McGrath1-1/+17
2011-06-10Use AC_LANG_PROGRAM in nss-crypt check.Roland McGrath1-152/+189
2011-05-21Fix configure visibility testsUlrich Drepper1-3/+3
2011-02-15Remove use of ranlib.Ulrich Drepper1-130/+2
2011-02-02Add missing configure patch.H.J. Lu1-0/+2
2011-01-16Don't override --enable-multi-arch.Andreas Schwab1-13/+13
2010-12-24Remove `.ctors' and `.dtors' output sectionsH.J. Lu1-156/+178
2010-08-24Rejigger header generation for default uname implementation.Roland McGrath1-85/+2
2010-08-23Remove multiarch dirs when gnu indirect is not supportedMike Frysinger1-159/+137
2010-07-26BZ #11840: Fix config.cache usage for -fgnu89-inline check.Roland McGrath1-3/+3
2010-07-09Use newer autoconf.Ulrich Drepper1-2860/+1904