From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25482 invoked by alias); 22 Jan 2011 23:44:45 -0000 Received: (qmail 25415 invoked by uid 22791); 22 Jan 2011 23:44:44 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 22 Jan 2011 23:44:29 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 9DC382BABE2 for ; Sat, 22 Jan 2011 18:44:27 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id vFsP+06eGGiU for ; Sat, 22 Jan 2011 18:44:27 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 8C9F82BAB9E for ; Sat, 22 Jan 2011 18:44:27 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 8092E1459AD; Sat, 22 Jan 2011 18:44:26 -0500 (EST) From: Joel Brobecker To: gdb-patches@sourceware.org Subject: Allow building GDB with Python support on Windows/MinGW Date: Sat, 22 Jan 2011 23:45:00 -0000 Message-Id: <1295739863-1006-1-git-send-email-brobecker@adacore.com> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-01/txt/msg00453.txt.bz2 This set of patches makes the necessary changes to able to build GDB with Python support on Windows/MinGW. The patches are a little different from the first one I posted a few days ago (http://www.sourceware.org/ml/gdb-patches/2011-01/msg00431.html), as I went back and forth between several options. But I think that the current set ended up being the cleanest of al. This work certained made me raise the question of whether we really want to support so many ways of building GDB with Python. But that's for another discussion...