]> git.ipfire.org Git - thirdparty/glibc.git/commit
Update build-many-glibcs.py for binutils ia64 obsoletion.
authorJoseph Myers <joseph@codesourcery.com>
Thu, 13 Aug 2020 18:51:10 +0000 (18:51 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Thu, 13 Aug 2020 18:51:10 +0000 (18:51 +0000)
commit23a7896d065a99057c06a1bd22c2bbee175b0ae4
tree51c3cd4e9e7e734680b45d7c5f36978b6da87b10
parentb3aa7976d0cb815c8934660a6f8b7bb42bbf4b04
Update build-many-glibcs.py for binutils ia64 obsoletion.

Since binutils has obsoleted ia64 support, use --enable-obsolete for
now when configuring binutils for ia64 in build-many-glibcs.py (which
requires adding support for architecture-specific binutils configure
options there).  As with other obsoletions, the removal of support for
ia64 in any of (binutils, GCC, Linux kernel) should imply its removal
from glibc.

Tested with build-many-glibcs.py for ia64-linux-gnu (compilers and
glibcs build).
scripts/build-many-glibcs.py