aboutsummaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Collapse)AuthorFilesLines
2012-11-24Fix C++ header directory detection for non-standard paths.Adam Conrad1-6/+5
Stop assuming specific path layouts for C++ headers, and instead use an autodetection method that looks for paths with '/[cg]++' in the g++ include list.
2012-11-21Properly check linker -z XXX supportH.J. Lu1-60/+80
2012-11-18Fix ifunc configure check for 64-bit targetsAndreas Schwab1-2/+6
2012-11-09Support --with-pkgversion and --with-bugurl.Joseph Myers1-0/+66
2012-10-24BZ#14743: Move clock_* symbols from librt to libc.Roland McGrath1-0/+7
2012-10-24change ifunc assembly test to a link testMike Frysinger1-105/+116
The test currently tests the binutils frontend support which passes for all versions of binutils we currently require (2.20+). It doesn't test the backend which is required for ifunc to actually work, and which most targets don't yet support. Change the assembly code so that when we link it, we get a file that has ifunc relocations if the backend supports it. That way we can test to see if binutils supports everything we need. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2012-10-24drop -q flag when using grepMike Frysinger1-3/+3
We don't currently want to rely on the -q option to grep. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2012-10-19Remove relics of support for configuring in the source directory.Joseph Myers1-8/+2
2012-10-10Use $CXX not cc1plus to locate C++ headers.Joseph Myers1-3/+2
2012-10-03Clean up conditionalize of ld.so.cache support.Roland McGrath1-0/+4
2012-09-15Remove $(have-cpp-asm-debuginfo) checkH.J. Lu1-2/+0
2012-09-06Improve C++ header location detection (bug 13966)Allan McRae1-6/+4
2012-09-02Check for gawk >= 3.0 (bug 13412)Allan McRae1-44/+64
2012-08-22Add --disable-build-nscd configure option.Roland McGrath1-0/+15
2012-08-22BZ#13696: Add --disable-nscd configure option.Roland McGrath1-0/+20
2012-08-22Fix sed configure check for newer sed --version output.Dmitry V. Levin1-1/+1
2012-08-17Make sysheaders available in config.make.Roland McGrath1-0/+2
2012-08-02Get rid of ASM_TYPE_DIRECTIVE{,_PREFIX}.Marek Polacek1-38/+2
2012-07-23configure.in <sysdeps resolving>: Correct printing Implies_before.Thomas Schwinge1-1/+1
2012-07-10Get rid of ASM_GLOBAL_DIRECTIVE.Marek Polacek1-40/+5
2012-06-22Respect --localstatedir for /var/db parent directory.Roland McGrath1-0/+3
2012-05-30Weaken PIE configure test to a compile test.Joseph Myers1-9/+3
2012-05-25Don't use header files in glibc configureH.J. Lu1-328/+4
2012-05-25Add --enable-systemtap configuration to define static probe points.Roland McGrath1-0/+48
2012-05-21Filter out unknown symbols in stack-protector test.Joseph Myers1-0/+7
2012-05-16BZ#10375: Configure magic to use -fno-stack-protector if needed.Roland McGrath1-0/+139
2012-05-16BZ#10375: Configure magic to use -U_FORTIFY_SOURCE if needed.Roland McGrath1-0/+35
2012-05-16Update Texinfo version requirement.Joseph Myers1-1/+1
2012-05-15configure change to handle Implies-{before,after} filesRoland McGrath1-33/+38
2012-05-10Make sunrpc code usable againAndreas Jaeger1-0/+18
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-13/+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-29/+0
2012-04-24Don't handle libgcc_s suffixes.Joseph Myers1-20/+1
2012-03-28Regenerate configure filesAndreas Jaeger1-18/+1
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
* 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-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