summaryrefslogtreecommitdiff
path: root/sysdeps/i386/configure
AgeCommit message (Expand)Author
2017-12-15Add --enable-static-pie configure option to build static PIE [BZ #19574]H.J. Lu
2017-10-04Don't use hidden visibility in libc.a with PIE on i386H.J. Lu
2017-08-14i386: Do not set internal_functionFlorian Weimer
2016-04-09configure: fix `test ==` usageMike Frysinger
2015-10-29Remove cpuid.h configure tests.Joseph Myers
2015-10-28Remove -mavx2 configure tests.Joseph Myers
2015-10-15Remove assembler -mtune=i686 configure test.Joseph Myers
2015-10-09Remove configure tests for -mno-vzeroupper support.Joseph Myers
2015-10-09Remove configure tests for FMA4 support.Joseph Myers
2015-10-08Remove configure tests for AVX support.Joseph Myers
2015-10-06Remove configure tests for SSE4 support.Joseph Myers
2015-07-09Preserve bound registers for pointer pass/returnIgor Zamyatin
2014-07-14Enable AVX2 optimized memset only if -mavx2 worksH.J. Lu
2014-06-25Move USE_REGPARMS define to sysdeps/i386/configure.ac.Joseph Myers
2013-10-30rename configure.in to configure.acMike Frysinger
2013-04-17Configuring for i386 is no longer supported.Carlos O'Donell
2013-04-06i386: Fail at configure time for i386 builds.Carlos O'Donell
2013-03-20Move system-specific settings out of toplevel configure.in and config.make.in.Joseph Myers
2012-10-09Add missing magic to GLIBC_PROVIDES.Roland McGrath
2012-08-14i386/x86_64: punt HAVE_CPP_ASM_DEBUGINFOMike Frysinger
2012-07-17Remove TLS configure checks.Marek Polacek
2012-07-10Get rid of ASM_GLOBAL_DIRECTIVE.Marek Polacek
2012-03-27RegenerateAndreas Jaeger
2012-03-27Merge branch 'elf-move'Andreas Jaeger
2012-03-21Use autoconf macro for testing compiler options with empty input.Joseph Myers
2012-03-07Fix sysdeps/i386/configure.in cpuid.h test for bootstrapping.Joseph Myers
2012-01-28Use -msse2avx option for x86-64 libm functionsUlrich Drepper
2011-10-20Check for FMA4 support and generate appropriate fma functionsUlrich Drepper
2011-02-02AVX audit test failures with gcc 4.6H.J. Lu
2010-04-14Add x86-32 FMA supportH.J. Lu
2010-03-04Pass -mtune=i686 to assembler when compiling for i686H.J. Lu
2009-09-15configure tweaks, support $libc_add_on_config_subdirsRoland McGrath
2009-08-08Simplify cpuid.h configure test.Jim Meyering
2009-08-02x86/x86-64 now needs <cpuid.h> from gcc.Ulrich Drepper
2009-07-03Add SSE4.2 support for strcspn, strpbrk, and strspn on x86-64.H.J. Lu
2005-11-05* sysdeps/i386/configure.in (libc_mtune_example): Variable removed.Roland McGrath
2005-03-06* sysdeps/generic/ldsodefs.h (_dl_out_of_memory_internal): Remove decl.Roland McGrath
2005-01-052005-01-05 Roland McGrath <roland@redhat.com>Roland McGrath
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper
2007-07-122.5-18.1Jakub Jelinek