From 394b5bac88ef678dcacadbc1f6b393a55308f616 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 24 Jan 2018 01:18:54 +0000 Subject: Add build-many-glibcs.py support for Hurd. This patch adds build-many-glibcs.py support for GNU Hurd. Builds of the i686-gnu configuration will fail until sufficient support is merged to master, so completing build-many-glibcs.py coverage of all glibc ABIs and making results accurately reflect the broken state of builds for Hurd. * scripts/build-many-glibcs.py (Context.add_all_configs): Add i686-gnu configurations. (Context.run_builds): Include mig, gnumach and hurd in components considered. (Context.checkout): Add mig, gnumach and hurd to components. (Context.checkout_tar): Add URL mappings for mig, gnumach and hurd. (Context.bot_cycle): Check for changes to mig, gnumach and hurd. (Config.build): Install gnumach headers, build mig and install hurd headers for 'gnu' OS. (Config.install_gnumach_headers): New function. (Config.install_hurd_headers): Likewise. (Glibc.build_glibc): Do not use /usr for 'gnu' OS. Specifiy MIG when building for 'gnu' OS. --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9f9787b5fe..53a88a13d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2018-01-24 Joseph Myers + + * scripts/build-many-glibcs.py (Context.add_all_configs): Add + i686-gnu configurations. + (Context.run_builds): Include mig, gnumach and hurd in components + considered. + (Context.checkout): Add mig, gnumach and hurd to components. + (Context.checkout_tar): Add URL mappings for mig, gnumach and + hurd. + (Context.bot_cycle): Check for changes to mig, gnumach and hurd. + (Config.build): Install gnumach headers, build mig and install + hurd headers for 'gnu' OS. + (Config.install_gnumach_headers): New function. + (Config.install_hurd_headers): Likewise. + (Glibc.build_glibc): Do not use /usr for 'gnu' OS. Specifiy MIG + when building for 'gnu' OS. + 2018-01-23 Tobias Klauser * manual/tunables.texi (Hardware Capability Tunables): Fix -- cgit 1.4.1