aboutsummaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)AuthorFilesLines
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
2011-09-08Remove support for automatic cvs check-insUlrich Drepper1-16/+3
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
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
2010-12-24Remove `.ctors' and `.dtors' output sectionsH.J. Lu1-0/+2
2010-08-24Rejigger header generation for default uname implementation.Roland McGrath1-71/+2
2010-08-23Remove multiarch dirs when gnu indirect is not supportedMike Frysinger1-107/+91
2010-07-26BZ #11840: Fix config.cache usage for -fgnu89-inline check.Roland McGrath1-3/+3
2010-03-04Pass -mtune=i686 to assembler when compiling for i686H.J. Lu1-0/+1
2009-12-23Enable multiarch whenever possible.H.J. Lu1-4/+31
2009-09-28Handle future binutils versions correctly.H.J. Lu1-2/+2
2009-09-15configure tweaks, support $libc_add_on_config_subdirsRoland McGrath1-0/+18
2009-09-08Support binutils 2.100 and 3.0.H.J. Lu1-2/+2
2009-09-05Support binutils 2.20.H.J. Lu1-2/+2
2009-07-10Add AVX support to ld.so auditing for x86-64.H.J. Lu1-0/+1
2009-07-09Implement STB_GNU_UNIQUE handling.Ulrich Drepper1-0/+17
2009-07-03Add SSE4.2 support for strcspn, strpbrk, and strspn on x86-64.H.J. Lu1-0/+1
2009-05-31Move AC_CANONICAL_HOST before first use of $host and $build.Andreas Schwab1-2/+2
2009-04-03* configure.in: We need to test for the compiler earlier.Ulrich Drepper1-8/+9
2009-04-02* configure.in: Recognize --enable-nss-crypt.Ulrich Drepper1-4/+39
2009-03-13* config.h.in (USE_MULTIARCH): Define.Ulrich Drepper1-1/+42