about summary refs log tree commit diff
path: root/config.make.in
Commit message (Collapse)AuthorAgeFilesLines
* Remove --disable-versioning.Joseph Myers2013-09-041-1/+0
|
* CVE-2013-2207, BZ #15755: Disable pt_chown.Carlos O'Donell2013-07-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | The helper binary pt_chown tricked into granting access to another user's pseudo-terminal. Pre-conditions for the attack: * Attacker with local user account * Kernel with FUSE support * "user_allow_other" in /etc/fuse.conf * Victim with allocated slave in /dev/pts Using the setuid installed pt_chown and a weak check on whether a file descriptor is a tty, an attacker could fake a pty check using FUSE and trick pt_chown to grant ownership of a pty descriptor that the current user does not own. It cannot access /dev/pts/ptmx however. In most modern distributions pt_chown is not needed because devpts is enabled by default. The fix for this CVE is to disable building and using pt_chown by default. We still provide a configure option to enable hte use of pt_chown but distributions do so at their own risk.
* Move system-specific settings out of toplevel configure.in and config.make.in.Joseph Myers2013-03-201-8/+0
|
* Add support for rtld directory different from slib directoryAndreas Schwab2013-03-191-0/+1
|
* Remove bounded-pointers build system support.Joseph Myers2013-02-151-1/+0
|
* Add --enable-hardcoded-path-in-tests configure optionH.J. Lu2013-01-111-0/+1
|
* Support --with-pkgversion and --with-bugurl.Joseph Myers2012-11-091-0/+6
|
* Use $(NM) not nm in tst-cancel-wrappers.Jim Blandy2012-10-211-0/+1
|
* Remove $(have-cpp-asm-debuginfo) checkH.J. Lu2012-09-151-1/+0
|
* Add --disable-build-nscd configure option.Roland McGrath2012-08-221-0/+1
|
* BZ#13696: Add --disable-nscd configure option.Roland McGrath2012-08-221-0/+1
|
* Make sysheaders available in config.make.Roland McGrath2012-08-171-0/+1
|
* Respect --localstatedir for /var/db parent directory.Roland McGrath2012-06-221-0/+1
|
* BZ#10375: Configure magic to use -fno-stack-protector if needed.Roland McGrath2012-05-161-0/+1
|
* BZ#10375: Configure magic to use -U_FORTIFY_SOURCE if needed.Roland McGrath2012-05-161-0/+1
|
* Make sunrpc code usable againAndreas Jaeger2012-05-101-0/+1
| | | | | | | | 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.
* Do check-textrel test using readelf rather than a build-time C program.Roland McGrath2012-05-011-0/+1
|
* Always run check-abiAndreas Jaeger2012-04-291-1/+0
| | | | | Remove the configure options for running of check-abi and always run it as part of the testsuite
* Remove --as-needed configure test.Joseph Myers2012-04-251-1/+0
|
* Don't handle libgcc_s suffixes.Joseph Myers2012-04-241-1/+0
|
* Disable use of FMA instructions in branredAndreas Schwab2012-03-211-0/+1
|
* Add framework for using sparc VIS3 instructions, use it for copysign/signbit.David S. Miller2012-03-141-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.
* Remove have-initfini and need-nopic-initfiniAndreas Schwab2012-02-081-2/+0
|
* Fix makefile/configure problems with sse2avx changes.Joseph Myers2012-01-301-0/+1
|
* Static linking is always neededUlrich Drepper2012-01-081-1/+0
|
* Remove pwd tst from configureUlrich Drepper2012-01-081-1/+0
|
* More fallout from supporting only ELFUlrich Drepper2012-01-081-1/+1
|
* Remove non-ELF supportUlrich Drepper2012-01-071-1/+0
|
* Remove --enable-omitfp supportUlrich Drepper2012-01-071-1/+0
|
* Optimize accurate 64-bit routines for FMA4 on x86-64Ulrich Drepper2011-10-241-0/+1
|
* Use CPPFLAGS from configure.Mike Frysinger2011-09-191-0/+1
|
* Cleanup of configuration optionsUlrich Drepper2011-09-101-1/+0
| | | | Make several tool features mandatory and simplify the code.
* Remove support for automatic cvs check-insUlrich Drepper2011-09-081-1/+0
| | | | CVS use for glibc is long gone.
* Use linker --print-output-format option if available.Roland McGrath2011-07-141-0/+1
|
* Default install_root value from DESTDIR.Roland McGrath2011-07-051-1/+1
|
* Explicitly remove .gnu.glibc-stub sections with objcopy when not usingRoland McGrath2011-07-021-0/+1
| | | | linker script.
* Add --with-default-link configure option.Roland McGrath2011-07-021-0/+1
|
* Remove the --experimental-malloc optionUlrich Drepper2011-06-281-2/+0
| | | | It's well tested, make it the default.
* No need for RANLIB make variable anymoreUlrich Drepper2011-05-311-1/+0
|
* AVX audit test failures with gcc 4.6H.J. Lu2011-02-021-0/+1
|
* BZ #11840: Fix config.cache usage for -fgnu89-inline check.Roland McGrath2010-07-261-1/+1
|
* Pass -mtune=i686 to assembler when compiling for i686H.J. Lu2010-03-041-0/+1
|
* Add AVX support to ld.so auditing for x86-64.H.J. Lu2009-07-101-0/+1
|
* Add SSE4.2 support for strcspn, strpbrk, and strspn on x86-64.H.J. Lu2009-07-031-0/+2
|
* [BZ #10118]Ulrich Drepper2009-05-091-0/+1
| | | | | | | | | | | | | | | | | | | | | 2009-05-06 Ryan S. Arnold <rsa@us.ibm.com> [BZ #10118] * Makeconfig (+asflags): New variable based upon ASFLAG or asflags-cpu. (ASFLAGS): Add override to set ASFLAGS to +asflags. * config.make.in (asflags-cpu): Add variable based upon @libc_cv_cc_submachine@ to propagate -mcpu=CPU from --with-cpu=CPU to the assembler. * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S: Remove unneeded file now that the assembler emits _ARCH_PWR6 and recognizes power6 instruction set due to passing -mcpu=power6 from --with-cpu=power6 when compiling .S files. * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S: Likewise. * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S: Likewise. * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S: Likewise.
* Add nss-crypt entry. Rename pic_default to libc_cv_pic_default.Ulrich Drepper2009-04-021-1/+3
|
* * config.h.in (USE_MULTIARCH): Define.Ulrich Drepper2009-03-131-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | * configure.in: Handle --enable-multi-arch. * elf/dl-runtime.c (_dl_fixup): Handle STT_GNU_IFUNC. (_dl_fixup_profile): Likewise. * elf/do-lookup.c (dl_lookup_x): Likewise. * sysdeps/x86_64/dl-machine.h: Handle STT_GNU_IFUNC. * elf/elf.h (STT_GNU_IFUNC): Define. * include/libc-symbols.h (libc_ifunc): Define. * sysdeps/x86_64/cacheinfo.c: If USE_MULTIARCH is defined, use the framework in init-arch.h to get CPUID values. * sysdeps/x86_64/multiarch/Makefile: New file. * sysdeps/x86_64/multiarch/init-arch.c: New file. * sysdeps/x86_64/multiarch/init-arch.h: New file. * sysdeps/x86_64/multiarch/sched_cpucount.c: New file. * config.make.in (experimental-malloc): Define. * configure.in: Handle --enable-experimental-malloc. * malloc/Makefile: Handle experimental-malloc flag. * malloc/malloc.c: Implement PER_THREAD and ATOMIC_FASTBINS features. * malloc/arena.c: Likewise. * malloc/hooks.c: Likewise. * malloc/malloc.h: Define M_ARENA_TEST and M_ARENA_MAX.
* 2008-08-18 Roland McGrath <roland@redhat.com>Roland McGrath2008-08-181-1/+1
| | | | | | | | * configure.in (--with-cpu): Check compiler support for -march/-mcpu. * configure: Regenerated. * config.make.in (cflags-cpu): New substituted variable. (with-cpu): Variable removed. * Makeconfig (+cflags): Use $(cflags-cpu), not $(with-cpu).
* * config.make.in (datarootdir): Add to shut up configure.Ulrich Drepper2007-08-251-0/+1
|
* * config.make.in: Likewise.Ulrich Drepper2007-06-081-1/+1
|