From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32483 invoked by alias); 6 Jul 2009 18:42:39 -0000 Received: (qmail 32474 invoked by uid 22791); 6 Jul 2009 18:42:39 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_93,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 06 Jul 2009 18:42:32 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MNt93-0006L9-C4 for gdb-patches@sources.redhat.com; Mon, 06 Jul 2009 18:42:29 +0000 Received: from entropy.qnx.com ([209.226.137.107]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 06 Jul 2009 18:42:29 +0000 Received: from aristovski by entropy.qnx.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 06 Jul 2009 18:42:29 +0000 To: gdb-patches@sources.redhat.com From: Aleksandar Ristovski Subject: [patch] configure.tgt - build gdbserver for nto Date: Mon, 06 Jul 2009 18:42:00 -0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------070608010002050209000306" User-Agent: Thunderbird 2.0.0.22 (Windows/20090605) 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-07/txt/msg00150.txt.bz2 This is a multi-part message in MIME format. --------------070608010002050209000306 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-length: 277 Hello, Now that gdbserver for nto is added (http://sourceware.org/ml/gdb-patches/2009-07/msg00148.html), I would like to enable building it. Thanks, -- Aleksandar Ristovski QNX Software Systems ChangeLog: * configure.tgt (i[34567]86-*-nto*): Add build_gdbserver=yes. --------------070608010002050209000306 Content-Type: text/x-patch; name="configure.tgt-build_gdbserver_nto-20090706.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="configure.tgt-build_gdbserver_nto-20090706.diff" Content-length: 553 Index: configure.tgt =================================================================== RCS file: /cvs/src/src/gdb/configure.tgt,v retrieving revision 1.221 diff -u -p -r1.221 configure.tgt --- configure.tgt 3 Jul 2009 12:06:36 -0000 1.221 +++ configure.tgt 6 Jul 2009 18:37:02 -0000 @@ -185,6 +185,7 @@ i[34567]86-*-nto*) # Target: Intel 386 running qnx6. gdb_target_obs="i386-tdep.o i387-tdep.o corelow.o solib.o solib-svr4.o \ i386-nto-tdep.o nto-tdep.o" + build_gdbserver=yes ;; i[34567]86-*-solaris2.1[0-9]*) # Target: Solaris x86_64 --------------070608010002050209000306--