From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F192A3858D28; Mon, 28 Aug 2023 20:44:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F192A3858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1693255485; bh=fvAt2Jfp+GyzsF0EhK3EjG4RI4/VvchmzbsASFmSWmU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=SGLvC5g/vMIghpRSo/9unX/Sk54Uhbk3tVWs9pH1RgjU4UPzM+jCorgWZU/NTOPUZ BdCkIZbl5gbUqAOGaeBTqtZTWjxIV/T9iwgtY6dS1h/Zr1MBYsJTeCtoLTQWU+smi+ d7Q5VvYEHNQsWwYk6xIeyttJ7i9FbxEgL2acMGeo= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/111141] Compiling gcc-13.2.0 on Ubuntu 22.04.3 LTS, problem asm-generic/errno.h Date: Mon, 28 Aug 2023 20:44:45 +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: 13.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org 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=3D111141 --- Comment #4 from Andrew Pinski --- (In reply to etienne_lorrain from comment #3) > Unlike for ARM64 host compiling a native compiler, you need to say such > --disable-multilib for amd64 compiling a native compiler. Well aarch64 (arm64 [which is techincally not a thing]) defaults to having = only one multi-lib (LP64) while x86_64 (amd64 which is the non-canonical name for x86_64) defaults to having both 64 and 32bit multi-lib.=