mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
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").
This commit is contained in:
parent
255dc1e4ed
commit
d67a7dbc84
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user