From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13269 invoked by alias); 17 Apr 2009 19:44:27 -0000 Received: (qmail 13260 invoked by uid 22791); 17 Apr 2009 19:44:27 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_45,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 17 Apr 2009 19:44:22 +0000 Received: (qmail 11645 invoked from network); 17 Apr 2009 19:44:21 -0000 Received: from unknown (HELO orlando) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 17 Apr 2009 19:44:21 -0000 From: Pedro Alves To: gdb-patches@sourceware.org, danny.backx@scarlet.be Subject: Re: patch: Windows CE on x86 Date: Fri, 17 Apr 2009 19:44:00 -0000 User-Agent: KMail/1.9.10 References: <1239994229.8895.340.camel@dannypc> In-Reply-To: <1239994229.8895.340.camel@dannypc> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200904172044.33672.pedro@codesourcery.com> X-IsSubscribed: yes 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: 2009-04/txt/msg00462.txt.bz2 On Friday 17 April 2009 19:50:29, Danny Backx wrote: > The patch attached is a trivial one to add the target(s) for building > gdbserver for a x86 CE target. Oh, exciting! No other changes required? I know that this is mostly copy&paste from the arm-mingw32ce configuration, so I think it can pass by without a copyright assignment. In any case, do you have one in place with the FSF? Just a small curiosity question before I apply this, is there a reason this is: > + i[34567]86-*-mingw*ce*) Instead of: > + i[34567]86-*-mingw32ce*) ? -- Pedro Alves