aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2024-09-25 11:24:54 +0200
committerFlorian Weimer <fweimer@redhat.com>2024-09-25 11:25:22 +0200
commitd67a7dbc844d0dfdc7fb33291064d24d37ae545d (patch)
tree73427c8a60e2832e78f4e70bc8f2d2f95a48c34b /scripts
parent255dc1e4ed8b816919470633543b38a4428d9655 (diff)
downloadglibc-d67a7dbc844d0dfdc7fb33291064d24d37ae545d.tar.xz
glibc-d67a7dbc844d0dfdc7fb33291064d24d37ae545d.zip
scripts: Remove arceb-linux-gnu from build-many-glibcs.py
This was discussed on the hallway track at GNU Tools Cauldron 2024. There are concerns about stability of the big-endian GCC backend, and Linux removed support for the only big-endian ARC platform in commit dd7c7ab01a04d645b7e7baa8530bfd81e31a2202 ("ARC: [plat-eznps]: Drop support for EZChip NPS platform").
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build-many-glibcs.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index 7882d7d6fb..5ee45011a1 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -189,9 +189,6 @@ class Context(object):
self.add_config(arch='arc',
os_name='linux-gnuhf',
gcc_cfg=['--disable-multilib', '--with-cpu=hs38_linux'])
- self.add_config(arch='arceb',
- os_name='linux-gnu',
- gcc_cfg=['--disable-multilib', '--with-cpu=hs38'])
self.add_config(arch='alpha',
os_name='linux-gnu')
self.add_config(arch='arm',