aboutsummaryrefslogtreecommitdiff
path: root/scripts/build-many-glibcs.py
AgeCommit message (Expand)Author
2024-01-30Use binutils 2.42 branch in build-many-glibcs.pyJoseph Myers
2024-01-22Use --disable-default-pie for sparc in build-many-glibcs.pyAdhemerval Zanella
2024-01-19Further build-many-glibcs.py fixes for utcnow() deprecationJoseph Myers
2024-01-17Use Linux 6.7 in build-many-glibcs.pyJoseph Myers
2024-01-10Fix deprecated utcnow() usage in build-many-glibcs.pyJoseph Myers
2024-01-10Fix invalid escape sequence in build-many-glibcs.pyJoseph Myers
2024-01-08Remove ia64-linux-gnuAdhemerval Zanella
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-10-31Use Linux 6.6 in build-many-glibcs.pyJoseph Myers
2023-10-30crypt: Remove libcrypt supportAdhemerval Zanella
2023-10-30sparc: Remove optimize md5, sha256, and sha512Adhemerval Zanella
2023-10-30build-many-glibcs: Fix traililing whitespaceAdhemerval Zanella
2023-10-09build-many-glibcs: Check for required system toolsDJ Delorie
2023-09-08Use Linux 6.5 in build-many-glibcs.pyJoseph Myers
2023-08-29Use GMP 6.3.0, MPFR 4.2.1 in build-many-glibcs.pyJoseph Myers
2023-08-08Use binutils 2.41 branch in build-many-glibcs.pyJoseph Myers
2023-07-20configure: Disable building libcrypt by defaultSiddhesh Poyarekar
2023-07-05Allow glibc to be built with _FORTIFY_SOURCEFrédéric Bérat
2023-06-27Use Linux 6.4 in build-many-glibcs.pyJoseph Myers
2023-05-02hurd: Enable x86_64 build scriptSamuel Thibault
2023-05-02Use GCC 13 branch, Linux 6.3 in build-many-glibcs.pyJoseph Myers
2023-05-01mach: Disable 32bit compatibility modeSamuel Thibault
2023-04-19build-many-glibcs.py: --disable-gcov for gcc-firstJan-Benedict Glaw
2023-03-29Remove --enable-tunables configure optionAdhemerval Zanella Netto
2023-03-29Remove --disable-experimental-malloc optionAdhemerval Zanella
2023-02-22Use Linux 6.2 in build-many-glibcs.pyJoseph Myers
2023-01-27Use binutils 2.40 branch in build-many-glibcs.pyJoseph Myers
2023-01-27Use MPFR 4.2.0, MPC 1.3.1 in build-many-glibcs.pyJoseph Myers
2023-01-12scripts/build-many-glibcs.py: Remove unused RANLIB and STRIP optionAdhemerval Zanella
2023-01-12configure: Move nm, objdump, and readelf to LIBC_PROG_BINUTILSAdhemerval Zanella
2023-01-11configure: Allow user override LD, AR, OBJCOPY, and GPROFAdhemerval Zanella
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-12-19Use Linux 6.1 in build-many-glibcs.pyJoseph Myers
2022-12-06configure: Remove AS checkAdhemerval Zanella
2022-10-04Use Linux 6.0 in build-many-glibcs.pyJoseph Myers
2022-09-05scripts/build-many-glibcs.py: Use https:// for sourceware.org Git clonesFlorian Weimer
2022-09-01LoongArch: Add soft float support.caiyinyu
2022-08-18Use binutils 2.39 branch in build-many-glibcs.pyJoseph Myers
2022-08-02Use Linux 5.19 in build-many-glibcs.pyJoseph Myers
2022-07-26LoongArch: Update build-many-glibcs.py for the LoongArch Port.caiyinyu
2022-07-04Use GCC 12 branch in build-many-glibcs.pyJoseph Myers
2022-05-24Use Linux 5.18 in build-many-glibcs.pyJoseph Myers
2022-03-22Use Linux 5.17 in build-many-glibcs.pyJoseph Myers
2022-02-10Use binutils 2.38 branch in build-many-glibcs.pyJoseph Myers
2022-01-11Use Linux 5.16 in build-many-glibcs.pyJoseph Myers
2022-01-05build-many-glibcs.py: add OpenRISC supportStafford Horne
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-12-17Fix The GNU ToolChain Authors copyright noticeSiddhesh Poyarekar
2021-12-13Replace --enable-static-pie with --disable-default-pieSiddhesh Poyarekar
2021-11-13Add a comment for --enable-initfini-array [BZ #27945]H.J. Lu