From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9434A3858401; Tue, 18 Jul 2023 06:34:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9434A3858401 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1689662077; bh=8tEpWDVHSM1Je0fotFckOw9AxF5IZAdsM45AD3+MvbY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=U2EWynxePldGtQpd+DDejIoXaAIX6XwOPi9nj4PteJHXyQDqhAd/T+5+4q/QIEjVj yIBq8UG1UxHiwTnH69MdpgBqd3F/UKjZ6y3dR3MM7sn+m5btdskD/KrPcRI6hn6ikj iJzCfBWRjc8baUtb/6lXO5fO7gS1uPtBGbx6DXQU= 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 06:34:37 +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 #3 from Jan N=C3=A1rovec --- The commands (mv, touch) are not the main problem, these can be indeed some= how provided, but redirecion to /dev/null cannot work at all in the windows SHE= LL (cmd.exe). We use gcc for a cross compilation, primary development platform is MS/Wind= ows and the target platform is ARM Cortex-R.=