From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1577 invoked by alias); 14 Apr 2009 14:56:27 -0000 Received: (qmail 1567 invoked by uid 22791); 14 Apr 2009 14:56:26 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,HK_OBFDOM,J_CHICKENPOX_92,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.45.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 14 Apr 2009 14:56:24 +0000 Received: from wpaz1.hot.corp.google.com (wpaz1.hot.corp.google.com [172.24.198.65]) by smtp-out.google.com with ESMTP id n3EEtibq013488; Tue, 14 Apr 2009 07:55:45 -0700 Received: from smtp.corp.google.com (spacemonkey1.corp.google.com [192.168.120.115]) by wpaz1.hot.corp.google.com with ESMTP id n3EEtgm7006139 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 14 Apr 2009 07:55:43 -0700 Received: from localhost.localdomain.google.com (67-218-102-28.cust.layer42.net [67.218.102.28] (may be forged)) (authenticated bits=0) by smtp.corp.google.com (8.13.8/8.13.8) with ESMTP id n3EEtc7R005490 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Tue, 14 Apr 2009 07:55:40 -0700 To: Eli Zaretskii Cc: gcc-patches@gcc.gnu.org, dj@redhat.com, gdb-patches@sources.redhat.com Subject: Re: libiberty configuration for DJGPP References: <83zlejmkgb.fsf@gnu.org> <83skkbmhk6.fsf@gnu.org> From: Ian Lance Taylor Date: Tue, 14 Apr 2009 14:56:00 -0000 In-Reply-To: <83skkbmhk6.fsf@gnu.org> (Eli Zaretskii's message of "Tue\, 14 Apr 2009 17\:32\:57 +0300") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-System-Of-Record: true 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/msg00256.txt.bz2 Eli Zaretskii writes: >> Cc: gcc@gcc.gnu.org, gcc-patches@gcc.gnu.org, DJ Delorie , >> gdb-patches@sources.redhat.com >> From: Ian Lance Taylor >> Date: Tue, 14 Apr 2009 07:22:25 -0700 >> >> Eli Zaretskii writes: >> >> > 2009-04-14 Eli Zaretskii >> > >> > * configure.ac (setobjs, msdosdjgpp): Move a-priori setting of >> > existing and required library functions to with_target_subdir >> > section, so that the native build does detect them at configure >> > time. >> >> This is OK. > > Is sources.redhat.com:/cvs/src the master repository for this file? > If not, I'm not sure I have write access to commit these changes. No, the master repository is the gcc.gnu.org Subversion repository. Anybody want to volunteer to commit this patch? (By the way, sources.redhat.com is the old name. sourceware.org is preferred.) Ian