From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5D4403858004; Mon, 1 Nov 2021 05:09:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5D4403858004 From: "vapier at gentoo dot org" To: gdb-prs@sourceware.org Subject: [Bug sim/28476] MinGW build for all targets is broken Date: Mon, 01 Nov 2021 05:09:59 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: sim X-Bugzilla-Version: 11.2 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vapier at gentoo dot org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot 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://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gdb-prs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-prs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Nov 2021 05:09:59 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D28476 --- Comment #21 from Mike Frysinger --- (In reply to Mike Frysinger from comment #20) > but i don't know when upstream MinGW is going to get around to that, and = we > try to build GNU sim on more than POSIX systems. would be nice if we > figured out how to build & use gnulib for --build too hmm, we could cheat for now. if not cross-compiling (which i think is what you're doing), we could assume that --build & --host are compatible and thus link in the gnulib for --host into the --build tools too. i have a patch pending that is blocking some build tool clean up work: https://sourceware.org/pipermail/binutils/2021-October/118363.html once that is merged, and i can flush these sim build patches, i can look at trying out the gnulib-when-not-cross-compiling idea for the sim. --=20 You are receiving this mail because: You are on the CC list for the bug.=