From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5880 invoked by alias); 27 Dec 2005 15:41:43 -0000 Received: (qmail 5873 invoked by uid 22791); 27 Dec 2005 15:41:43 -0000 X-Spam-Check-By: sourceware.org Received: from zproxy.gmail.com (HELO zproxy.gmail.com) (64.233.162.193) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 27 Dec 2005 15:41:42 +0000 Received: by zproxy.gmail.com with SMTP id l1so1382994nzf for ; Tue, 27 Dec 2005 07:41:40 -0800 (PST) Received: by 10.36.19.7 with SMTP id 7mr4413238nzs; Tue, 27 Dec 2005 07:41:40 -0800 (PST) Received: from ?192.168.0.124? ( [218.1.150.9]) by mx.gmail.com with ESMTP id 23sm507594nzn.2005.12.27.07.41.39; Tue, 27 Dec 2005 07:41:40 -0800 (PST) Message-ID: <43B160B0.9000203@gmail.com> Date: Fri, 30 Dec 2005 12:13:00 -0000 From: Jie Zhang User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051010) MIME-Version: 1.0 To: gdb-patches@sources.redhat.com Subject: [PATCH] Add support for Analog Devices Blackfin processor (part 6/6: src toplevel) Content-Type: multipart/mixed; boundary="------------070606020109090004030503" X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2005-12/txt/msg00310.txt.bz2 This is a multi-part message in MIME format. --------------070606020109090004030503 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-length: 163 This final part only contains one line change in src top level configure, which will enable configure in gdb directory for bfin port. Any comments? Thanks, Jie --------------070606020109090004030503 Content-Type: text/x-patch; name="bfin-toplevel.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="bfin-toplevel.diff" Content-length: 563 * configure: Configure gdb directory for bfin. diff -u src.orig/configure src/configure --- src.orig/configure 2005-12-27 13:36:54.000000000 +0800 +++ src/configure 2005-12-27 10:23:42.000000000 +0800 @@ -1293,7 +1293,7 @@ noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}" ;; bfin-*-*) - noconfigdirs="$noconfigdirs target-libgloss gdb" + noconfigdirs="$noconfigdirs target-libgloss" if test x${is_cross_compiler} != xno ; then target_configdirs="${target_configdirs} target-bsp target-cygmon" fi --------------070606020109090004030503--