mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
Use --enable-obsolete in build-many-glibcs.py for nios2-linux-gnu
Until GCC removes Nios II support (at which point we should do so as well), this is now needed for GCC 14 / mainline to build for nios2-linux-gnu target. Tested with build-many-glibcs.py (GCC mainline) for nios2-linux-gnu.
This commit is contained in:
parent
5361ad3910
commit
f6d18bea38
1 changed files with 2 additions and 1 deletions
|
@ -358,7 +358,8 @@ class Context(object):
|
||||||
{'variant': 'n64',
|
{'variant': 'n64',
|
||||||
'ccopts': '-mabi=64'}])
|
'ccopts': '-mabi=64'}])
|
||||||
self.add_config(arch='nios2',
|
self.add_config(arch='nios2',
|
||||||
os_name='linux-gnu')
|
os_name='linux-gnu',
|
||||||
|
gcc_cfg=['--enable-obsolete'])
|
||||||
self.add_config(arch='or1k',
|
self.add_config(arch='or1k',
|
||||||
os_name='linux-gnu',
|
os_name='linux-gnu',
|
||||||
variant='soft',
|
variant='soft',
|
||||||
|
|
Loading…
Add table
Reference in a new issue