]> git.ipfire.org Git - thirdparty/glibc.git/history - configure.ac
[powerpc] No need to enter "Ignore Exceptions Mode"
[thirdparty/glibc.git] / configure.ac
2019-09-09  Paul EggertFix http: URL in 'configure'
2019-09-07  Paul EggertPrefer https to http for gnu.org and fsf.org URLs
2019-02-27  H.J. Luelf/Makefile: Run IFUNC tests if binutils supports...
2019-02-01  Joseph MyersRequire GCC 6.2 or later to build glibc.
2018-12-21  Joseph MyersRequire GCC 5 or later to build glibc (bug 23993).
2018-10-31  Samuel ThibaultMerge branch 'master' of git://sourceware.org/git/glibc
2018-10-29  Joseph MyersPatch to require Python 3.4 or later to build glibc.
2018-09-25  Adhemerval ZanellaFix ifunc support with DT_TEXTREL segments (BZ#20480)
2018-08-17  Florian WeimerAdd --with-nonshared-cflags option to configure
2018-07-16  H.J. Lux86: Support IBT and SHSTK in Intel CET [BZ #21598]
2018-07-04  Florian Weimertestrun.sh: Implement --tool=strace, --tool=valgrind
2018-06-29  Zack WeinbergNew configure option --disable-crypt.
2017-12-18  H.J. LuPass -no-pie to GCC only if GCC defaults to PIE [BZ...
2017-12-16  H.J. LuAdd --enable-static-pie configure option to build stati...
2017-12-12  Joseph MyersRemove --with-fp / --without-fp.
2017-12-05  Rogerio AlvesAdd elision tunables
2017-11-30  Juro Bystrickyplural.c: improve reproducibility
2017-11-16  Siddhesh PoyarekarPrefer https for Sourceware links
2017-11-06  H.J. LuUse newly built crt*.o files to build shared objects...
2017-10-20  Adhemerval ZanellaAvoid build multiarch if compiler warns about mismatche...
2017-10-05  Joseph MyersRemove add-ons mechanism.
2017-10-04  Guido Trentalanciacrypt: Use NSPR header files in addition to NSS header...
2017-09-26  H.J. LuUpdate configure.ac for binutils 2.25
2017-08-04  H.J. LuCheck linker support for INSERT in linker script
2017-07-06  DJ DelorieAdd per-thread cache to malloc
2017-06-28  Joseph MyersRequire binutils 2.25 or later to build glibc.
2017-06-28  H.J. LuSupport building glibc with gold 1.14 or above [BZ...
2017-06-19  Joseph MyersRequire GCC 4.9 or later for building glibc.
2017-06-15  Siddhesh PoyarekarEnable tunables by default
2017-06-13  Florian Weimerconfigure: Suppress expected compiler error message
2017-06-13  H.J. LuMake copy of <bits/std_abs.h> from GCC 7 [BZ #21573]
2017-03-21  Thorsten KukukMerge branch 'master' of ssh://sourceware.org/git/glibc
2017-03-21  Thorsten KukukDeprecate libnsl by default (only shared library will be
2017-03-15  Alexey NeymanFix combreloc test with BSD grep
2016-12-31  Siddhesh PoyarekarEnhance --enable-tunables to select tunables frontend...
2016-12-31  Siddhesh PoyarekarAdd framework for tunables
2016-12-26  Nick AlcockWork even with compilers which enable -fstack-protector...
2016-12-26  Nick AlcockDo not stack-protect ifunc resolvers [BZ #7065]
2016-12-26  Nick AlcockConfigure support for --enable-stack-protector [BZ...
2016-12-22  Siddhesh PoyarekarAdd configure check for python program
2016-12-02  Carlos O'DonellBug 20918 - Building with --enable-nss-crypt fails...
2016-11-15  Denis Kaganovichconfigure: accept __stack_chk_fail_local for ssp suppor...
2016-10-07  Stefan LieblerAdd configure check to test if gcc supports attribute...
2016-09-21  Florian WeimerAvoid running $(CXX) during build to obtain header...
2016-07-12  H.J. Lux86-64: Properly align stack in _dl_tlsdesc_dynamic...
2016-05-24  H.J. LuAvoid an extra branch to PLT for -z now
2016-01-17  Mike Frysingerconfigure: make the unsupported error message less...
2015-12-03  Ludovic CourtèsUse shell's builtin pwd.
2015-11-27  Carlos O'DonellRename localedir to complocaledir (bug 14259).
2015-11-14  H.J. LuRun tst-prelink test for GLOB_DAT reloc
2015-11-06  Joseph MyersRemove configure tests for some linker -z options.
2015-11-03  Joseph MyersRemove --no-whole-archive configure test.
2015-11-02  Joseph MyersRemove init_array / fini_array configure test.
2015-10-29  Joseph MyersRemove configure tests for visibility support.
2015-10-27  Joseph MyersUse -std=gnu11 instead of -std=gnu99.
2015-10-27  Joseph MyersRemove sysdeps/nptl/configure.ac.
2015-10-27  Joseph MyersRequire GCC 4.7 or later to build glibc.
2015-10-27  Joseph MyersRemove TLS configure tests.
2015-10-27  Joseph MyersRemove configure test for needing -P for .S files.
2015-10-26  Joseph MyersRemove support for removing glibc 2.0 headers.
2015-10-26  Joseph MyersRemove configure test for assembler .text directive.
2015-10-26  Florian WeimerUse the CXX compiler only if it can create dynamic...
2015-10-19  Joseph MyersRemove gnu_unique_object configure test.
2015-10-19  Mike Frysingeruse -fstack-protector-strong when available
2015-10-19  Mike Frysingertimezone: polish grammar a bit in documentation
2015-10-19  Joseph MyersRemove -fgnu89-inline configure test.
2015-10-19  Joseph MyersRemove .weak, .weakext configure tests.
2015-10-15  Joseph MyersRemove -Bgroup configure test.
2015-10-15  Joseph MyersRemove sizeof (long double) configure test.
2015-10-15  Joseph MyersRemove -fexceptions configure test.
2015-10-15  Joseph MyersRemove .previous, .popsection configure tests.
2015-10-15  Joseph MyersRemove -static-libgcc configure test.
2015-10-15  Joseph MyersRemove stddef.h configure test.
2015-10-06  Florian WeimerAdd a test case for C++11 thread_local support
2015-09-18  Mike Frysingertimezone: add a configure flag to disable program install
2015-06-25  H.J. LuSupport compilers defaulting to PIE
2015-05-14  Andrew SenkevichThis is update for configure, build and install of...
2015-04-09  Roland McGrathLet non-add-on preconfigure scripts set libc_config_ok.
2015-03-31  H.J. LuAdd a testcase for copy reloc against protected data
2015-03-04  Roland McGrathAvoid C++ tests when the C++ cannot be linked.
2015-02-11  Samuel ThibaultRevert "hurd: Fix abi-tag, following ba90e05"
2014-12-22  Will NewtonRequire bison 2.7 or newer for regenerating intl/plural.y
2014-12-15  Will NewtonBump required version of texinfo to 4.7
2014-12-10  Joseph MyersUse -Werror by default, add --disable-werror.
2014-11-14  Joseph MyersRequire GCC 4.6 or later to build glibc.
2014-11-10  Andrew SenkevichUpdate minimal required bunutils version to 2.22
2014-10-24  Roland McGrathRework compiler version check in configure.
2014-09-16  Joseph MyersRemove bitrotten --enable-oldest-abi (bug 6652).
2014-09-12  Joseph MyersRemove configuration name patterns from shlib-versions.
2014-08-12  Mike Frysingerdetect broken linker handling of __ehdr_start
2014-07-31  Roland McGrathUse __builtin_trap for ABORT_INSTRUCTION.
2014-06-27  Joseph MyersRemove relro configure test.
2014-06-26  Joseph MyersRemove powerpc special cases in configure.ac.
2014-06-26  Joseph MyersRemove configure tests for assembler CFI support.
2014-06-25  Joseph MyersMove USE_REGPARMS define to sysdeps/i386/configure.ac.
2014-06-25  Joseph MyersRemove BROKEN_PPC_ASM_CR0 configure test.
2014-06-25  Joseph MyersMove base_machine and machine settings from configure...
2014-05-09  Dominik VogtS/390: Port of lock elision to System/z
2014-04-14  Carlos O'Donellnscd: Make SELinux checks dynamic.
2014-04-06  Adhemerval ZanellaPowerPC: define _CALL_ELF if compiler does not
next