From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1105) id 5BBBA3849ACF; Fri, 19 Apr 2024 17:04:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5BBBA3849ACF DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1713546286; bh=fhdGUwhd6BGGDQFCkgLg+96NBPiCt6EuoANItxQPcjo=; h=From:To:Subject:Date:From; b=VnI9cDeuFBTmJ24jTNWwtfYmWtxqpJLijID77oG8DJot/4enr5TgW5WVlmX7VRd1m ELyGRoD7C8CeCGDBrruotcfISejz8j+cyp1SgUnLomKq955csfEI2i53n4b56eDVvS vj78iOGQwl/zHE6sw5pQmxZ9gzNG1l7uxbgkVQac= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Joseph Myers To: glibc-cvs@sourceware.org Subject: [glibc] Use --enable-obsolete in build-many-glibcs.py for nios2-linux-gnu X-Act-Checkin: glibc X-Git-Author: Joseph Myers X-Git-Refname: refs/heads/master X-Git-Oldrev: 5361ad3910c257bc327567be76fde532ed238e42 X-Git-Newrev: f6d18bea387676e774e18ce410ace8c33a5c3511 Message-Id: <20240419170446.5BBBA3849ACF@sourceware.org> Date: Fri, 19 Apr 2024 17:04:46 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=f6d18bea387676e774e18ce410ace8c33a5c3511 commit f6d18bea387676e774e18ce410ace8c33a5c3511 Author: Joseph Myers 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',