From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 80E973844044; Fri, 10 Jul 2020 20:56:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 80E973844044 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1594414576; bh=M9pnQHnMo33hW8hSwfy6hs6/7xN0a4a26C2zQ+F8uvc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=dxMy6v2xyjmdoSClN1+JjXO6zbndZrKjvuVU3aftliPl5c0fdcENYN56gswZs3gi1 7KXIpyo56/WkY/RY9GTktceRg7xClwJVnjYvUt5O5UzDIAedC73Fbt0ihIWbhtbxt8 2sRXv04sjT+UIdhWmm/7qaN0c7wuPgAwdi/xMlDA= From: "plevine457 at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/96160] Building gcc with multiple make jobs fails with: gcc/xgcc: No such file or directory Date: Fri, 10 Jul 2020 20:56:16 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: 10.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: plevine457 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: attachments.created 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: Fri, 10 Jul 2020 20:56:16 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96160 --- Comment #1 from plevine457 at gmail dot com --- Created attachment 48861 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D48861&action=3Dedit gcc-10.1.0-xgcc-selftest-makeopts.patch This patch appears to resolve the issue on my end=