From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4AAC53858405; Thu, 7 Apr 2022 10:14:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4AAC53858405 From: "glaubitz at physik dot fu-berlin.de" To: gcc-bugs@gcc.gnu.org Subject: [Bug jit/65884] libgccjit fails to link on ia64-linux-gnu Date: Thu, 07 Apr 2022 10:14:38 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: jit X-Bugzilla-Version: 5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: glaubitz at physik dot fu-berlin.de X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: dmalcolm at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Apr 2022 10:14:38 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D65884 --- Comment #5 from John Paul Adrian Glaubitz --- (In reply to John Paul Adrian Glaubitz from comment #4) > (In reply to Sergei Trofimovich from comment #3) > > Created attachment 52765 [details] > > ia64-disable-sdata-by-default.patch > >=20 > > We can try a radical thing: make -mno-sdata a default: > > ia64-disable-sdata-by-default.patch . That allows me to link libgccjit = on > > ia64 cross-compiler. >=20 > I'll give it a try. By the way, wouldn't it be possible to patch the GCC sources so that just libgccjit is built with -mno-sdata?=