public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] Use --enable-obsolete in build-many-glibcs.py for nios2-linux-gnu
@ 2024-04-19 17:04 Joseph Myers
  0 siblings, 0 replies; only message in thread
From: Joseph Myers @ 2024-04-19 17:04 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=f6d18bea387676e774e18ce410ace8c33a5c3511

commit f6d18bea387676e774e18ce410ace8c33a5c3511
Author: Joseph Myers <josmyers@redhat.com>
Date:   Fri Apr 19 17:03:56 2024 +0000

    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.

Diff:
---
 scripts/build-many-glibcs.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index ecc743e672..35dac538e5 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -358,7 +358,8 @@ class Context(object):
                                 {'variant': 'n64',
                                  'ccopts': '-mabi=64'}])
         self.add_config(arch='nios2',
-                        os_name='linux-gnu')
+                        os_name='linux-gnu',
+                        gcc_cfg=['--enable-obsolete'])
         self.add_config(arch='or1k',
                         os_name='linux-gnu',
                         variant='soft',

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-04-19 17:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-19 17:04 [glibc] Use --enable-obsolete in build-many-glibcs.py for nios2-linux-gnu Joseph Myers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).