From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EBF9B3858CDB; Tue, 10 Jan 2023 00:45:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EBF9B3858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1673311552; bh=nOJo3LXFeFOLQG7H3En6iRxdwGZLX7lQ387VYUamqT8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=iKA4pU99Q3HZYUzFqnnbg7AVFfH621hG+FICGtRKHzMjmRYYBoTAkLEcBO8ESgNdX UjG1aA4TBVZqJo2+oT+3aMePRgk1kSZi49V+o772wRo9V6eSgf6EpN9bQPGJahqwDe JyEd9FykdIpQX+T8FcCcMB21c2IXa0HSMnbi0dVk= From: "jwakely.gcc at gmail dot com" To: gdb-prs@sourceware.org Subject: [Bug build/29966] Cannot build anymore for win32 thread model of gdb Date: Tue, 10 Jan 2023 00:45:52 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: build X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jwakely.gcc at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: tromey 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 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D29966 --- Comment #21 from Jonathan Wakely --- (In reply to cqwrteur from comment #20) > So the variable needs to be larger than 0x0600 No, it doesn't! It just needs to be consistent between configure and common-defs.h If you don't define it yourself when building GDB, both files define it to 0x0501, and C++11 threads are disabled. This is fine. If you do define it, then they are either enabled or disabled according to = the value you use. This is fine. I haven't tested the patch myself, so please do so, since you are the one w= ith the affected target set up already. --=20 You are receiving this mail because: You are on the CC list for the bug.=