From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8CBD43858C78; Wed, 1 Feb 2023 13:22:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8CBD43858C78 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675257742; bh=vsbasAhfdP1tBxV0x2v91gRx0UXl9gNIrcULkTbzHJo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=c39b+EM6rVOQy2g0JVO39qrkD5goPgsBxjJrUyYMjgw2i1bY5CVLvcBS3agySD8t9 pk8w3GNVbOMa8RmzTnCuH0/nWElySCzB5Dz/fKsKZMHkwKA3cIJ+/jloSeMPWGzHDL qnMkLWX1HWg3rE0OpUq8pWUyO+l65yfKxlO0be+Y= From: "a.heider at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/108630] build failure with LTO enabled Date: Wed, 01 Feb 2023 13:22:22 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 12.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: a.heider at gmail dot com X-Bugzilla-Status: UNCONFIRMED 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: 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=3D108630 --- Comment #2 from Andre Heider --- Additionally, LDFLAGS_FOR_TARGET isn't part of the configure help: ./configure --help|grep FOR_TARGET LD_FOR_TARGET is, attempting to shove LTO in there yields other problems (o= r I am be doing it wrong). I only found LDFLAGS_FOR_TARGET via grep. If that isn't by intention it wou= ld be nice to add it there too.=