From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 999F93857C56; Thu, 19 Nov 2020 23:46:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 999F93857C56 From: "iains at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/97865] libtool needs to be updated for Darwin20. Date: Thu, 19 Nov 2020 23:46:06 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: iains at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: iains 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, 19 Nov 2020 23:46:06 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D97865 --- Comment #24 from Iain Sandoe --- (In reply to Iain Sandoe from comment #22) > (In reply to Iain Sandoe from comment #19) > > (In reply to J=C3=BCrgen Reuter from comment #16) > > > (In reply to Iain Sandoe from comment #15) > > > > (In reply to J=C3=BCrgen Reuter from comment #14) > >=20 > >=20 > > > clang: error: argument unused during compilation: '-no-pie' > > > [-Werror,-Wunused-command-line-argument] > > > make[2]: [lto-dump] Error 1 (ignored) > >=20 > > I saw this issue on i686-darwin9 when trying the branch, it seems that = the > > configuration is using the built compiler for this test - but then usin= g the > > build system c++ for the install ... it's not obvious that my changes c= ould > > cause this - I am investigating (it's not a problem if the bootstrap / = build > > system c++ support no-pie, which is the case for the gcc-7.5 bootstrap). >=20 > I see this error with r11-5147 and no patches applied (so it's pre-existi= ng > - somewhere between r11-5028 and r11-5147). >=20 > e.g. i686-darwin9: >=20 > make install gives ..=20 > g++: error: unrecognized command line option '-no-pie' > make[2]: *** [gnat1] Error 1 > make[1]: *** [install-gcc] Error 2 > make: *** [install] Error 2 >=20 > x86_64-darwin20 (no configure changes)=20 >=20 > clang: error: argument unused during compilation: '-no-pie' > [-Werror,-Wunused-command-line-argument] > make[2]: *** [cc1plus] Error 1 > make[1]: *** [install-gcc] Error 2 > make: *** [install] Error 2 looks like this was caused by https://gcc.gnu.org/pipermail/gcc-cvs/2020-November/337375.html and is fixed by https://gcc.gnu.org/pipermail/gcc-patches/2020-November/559605.html (but more testing needed)=