From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7946D3858D39; Wed, 1 Feb 2023 17:27:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7946D3858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675272429; bh=IseQ+phU15LcvBmov5CHg+9fEL2n/Tz+JHRB8D/gDJ0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=s+WBYp+noDcr1bRU0iTCbr88SZOaDwZOQ7CfE0jqiWHAcgfyothGZyBkF+Gaq/muQ UPpqM4wHygVitY22/apSwPVYVKP2/QriajlH+Lm6gVO4j3iMe81Gx+u291V+jLfg4R KSSrJebx4uvzEvSoPlYewKFC26kardKJhcNCS+Bw= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/107998] [13 Regression] gcc-13-20221204 failure to build on Cygwin No dirname for option: m32 Date: Wed, 01 Feb 2023 17:27:09 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 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=3D107998 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #12 from Jakub Jelinek --- Any progress here? It would be nice to know where did cygwin without --disable-multilib install the 64-bit and 32-bit libraries, say in gcc 12 or before Christophe's chang= es on the trunk see what gcc -print-multi-lib and gcc -print-multi-directory and gcc -print-multi-directory -m64 and gcc -print-multi-directory -m32 and gcc -print-multi-os-directory and gcc -print-multi-os-directory -m64 and gcc -print-multi-os-directory -m32 printed, what does trunk with the --- gcc/config/i386/t-cygwin-w64 2020-01-12 11:54:36.333414616 +0100 +++ gcc/config/i386/t-cygwin-w64 2023-02-01 18:24:34.771591906 +0100 @@ -1,3 +1,3 @@ MULTILIB_OPTIONS =3D m64/m32 -MULTILIB_DIRNAMES =3D 64 +MULTILIB_DIRNAMES =3D 64 32 MULTILIB_OSDIRNAMES =3D ../lib ../lib32 patch do.=