From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 578BE38555AF; Fri, 30 Jun 2023 09:10:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 578BE38555AF DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1688116209; bh=6y5O4OABvchjocgTzw2aaTj6gYCxecSfmSQpuG5S4LE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=gxGQG4A27QQly0bsN1U0lUkQqXVosopRpT1X5SFRrZicQvpT4g9JKcrkJ7I1ry8yS 2koxL7IMaJUkbbk2U8dhxH4+Evfy2lqpRLpsbyQeY0x9IRNjguEvzimH23bDZAr9Yc wffBd5PBYM4331WbTkndlRMfyu6cYFPMUALR6Bh4= From: "ebotcazou at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/110467] Bootstrap with Ada enabled fails with --enable-host-pie Date: Fri, 30 Jun 2023 09:10:06 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ebotcazou at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc everconfirmed cf_reconfirmed_on bug_status 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D110467 Eric Botcazou changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ebotcazou at gcc dot gnu.o= rg Ever confirmed|0 |1 Last reconfirmed| |2023-06-30 Status|UNCONFIRMED |NEW --- Comment #2 from Eric Botcazou --- Confirmed, but Author: Marek Polacek Date: Wed May 3 17:06:13 2023 -0400 configure: Implement --enable-host-pie ada/ * gcc-interface/Make-lang.in (ALL_ADAFLAGS): Remove NO_PIE_CFLAGS. Add PICFLAG. Use PICFLAG when building ada/b_gnat1.o and ada/b_gnatb.o. * gcc-interface/Makefile.in: Use pic/libiberty.a if PICFLAG is set. Remove NO_PIE_FLAG. had first broken --enable-default-pie (and AFAICS was not approved by an Ada maintainer), so the aforementioned change restored the previous working sta= te.=