From d67a7dbc844d0dfdc7fb33291064d24d37ae545d Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 25 Sep 2024 11:24:54 +0200 Subject: [PATCH] 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"). --- scripts/build-many-glibcs.py | 3 --- 1 file changed, 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',