From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EE4E13858C2C; Sat, 27 May 2023 08:45:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EE4E13858C2C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1685177135; bh=oIlQAzFrw7fUWGptZyBVoOXI8CzKEg9oYw2W0V/Ha7s=; h=From:To:Subject:Date:In-Reply-To:References:From; b=JUqxYCDVClFCBX1OA196bygm1v6D8NbPDwNTt+Fx8nB5VrjZwIRP42RGYFJczqIEr QKvxYENYjd+tUaSy94m771FzkTP91/KwJlgVifOv2ZGQNZrtLzZNel1vx5H7RkCMJy Ks94vEDTrQ3sSCIE61wsi8Kl2nSrx0qHxJXnO52M= From: "admin@tho-otto.de" To: gcc-bugs@gcc.gnu.org Subject: [Bug modula2/92336] cross compiling gcc fails in gm2 Date: Sat, 27 May 2023 08:45:34 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: modula2 X-Bugzilla-Version: 9.2.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: admin@tho-otto.de 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: cc 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=3D92336 Thorsten Otto changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |admin@tho-otto.de --- Comment #5 from Thorsten Otto --- I get a related problem here. Configuring works, but during build, some of = the helper programs (like mc) are compiled using $(CXX), which is already a cross-compiler, and therefor the resulting binaries cannot be executed.=