diff options
author | Joseph Myers <joseph@codesourcery.com> | 2018-04-18 16:07:19 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2018-04-18 16:07:19 +0000 |
commit | d6397de369d006da516cb560adfa2c181b6f4698 (patch) | |
tree | 8072ced6c5edb6a33263b99c840a47b97eec4848 /ChangeLog | |
parent | c4375964dbf8194375a351b0d34ad9be5d4bda3b (diff) | |
download | glibc-d6397de369d006da516cb560adfa2c181b6f4698.tar.gz glibc-d6397de369d006da516cb560adfa2c181b6f4698.tar.xz glibc-d6397de369d006da516cb560adfa2c181b6f4698.zip |
Make build-many-glibcs.py build GCC for powerpcspe with --enable-obsolete.
The powerpcspe GCC port has been obsoleted in GCC 8 for not having had the removal of code for non-SPE processors completed. This patch accordingly arranges for build-many-glibcs.py to configure GCC with --enable-obsolete for affected configurations. This is temporary; either the port gets cleaned up and unobsoleted in GCC and the configure option can be removed, or the port gets removed in GCC and we should remove the corresponding glibc support. Tested with build-many-glibcs.py for the affected configurations. * scripts/build-many-glibcs.py (Context.add_all_configs): Use --enable-obsolete for powerpc-linux-gnuspe.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ff34f13368..6a41b0543d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-04-18 Joseph Myers <joseph@codesourcery.com> + + * scripts/build-many-glibcs.py (Context.add_all_configs): Use + --enable-obsolete for powerpc-linux-gnuspe. + 2018-04-18 Samuel Thibault <samuel.thibault@ens-lyon.org> * conform/data/sys/un.h-data (struct sockaddr_un): Allow sun_len |