From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5DBE93858401; Tue, 18 Jul 2023 09:13:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5DBE93858401 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1689671608; bh=atugXZyuyxMT7IGBHIxd1xVEz3lD94ul0foC7Gltqn0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=I/KLWx2lwi/GpaChRh279JFjqYhp9fCwEQ1x+Fh90Ksdk6gF2FVsORTPARRDLtC8o MKx5W6reK29UEBt0N2nUe8JjYZZjQyV7yp+HteTXQ6d+YAStEyu3qjw7vglCJF2p+V sLhkT43nm+n4JuiXrSjeVzBKuoGsSiZwb2sO6adw= From: "cz.finn.cz at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug lto/110710] LTO linker on Windows creates an invalid Makefile Date: Tue, 18 Jul 2023 09:13:27 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: lto X-Bugzilla-Version: 12.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cz.finn.cz at gmail dot com X-Bugzilla-Status: WAITING 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=3D110710 --- Comment #5 from Jan N=C3=A1rovec --- We are using GNU/make (which is a superset of POSIX make, I don't know, whe= ther it makes some difference) with SHELL=3Dcmd.exe. If GCC intends to support o= nly POSIX shells, it is OK for us (we will condsider using WSL) and you can clo= se this issue as invalid.=