From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28052 invoked by alias); 14 Apr 2009 14:33:28 -0000 Received: (qmail 27988 invoked by uid 22791); 14 Apr 2009 14:33:26 -0000 X-SWARE-Spam-Status: No, hits=0.1 required=5.0 tests=AWL,BAYES_20,HK_OBFDOM,J_CHICKENPOX_92,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout5.012.net.il (HELO mtaout5.012.net.il) (84.95.2.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 14 Apr 2009 14:33:21 +0000 Received: from conversion-daemon.i_mtaout5.012.net.il by i_mtaout5.012.net.il (HyperSendmail v2004.12) id <0KI300M00HNPFZ00@i_mtaout5.012.net.il> for gdb-patches@sources.redhat.com; Tue, 14 Apr 2009 17:33:01 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.229.34.97]) by i_mtaout5.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KI300G98HQR1LV0@i_mtaout5.012.net.il>; Tue, 14 Apr 2009 17:33:01 +0300 (IDT) Date: Tue, 14 Apr 2009 14:33:00 -0000 From: Eli Zaretskii Subject: Re: libiberty configuration for DJGPP In-reply-to: To: Ian Lance Taylor Cc: gcc-patches@gcc.gnu.org, dj@redhat.com, gdb-patches@sources.redhat.com Reply-to: Eli Zaretskii Message-id: <83skkbmhk6.fsf@gnu.org> References: <83zlejmkgb.fsf@gnu.org> 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/msg00254.txt.bz2 > 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. > In the future, please send patches only to gcc-patches@, not to both > gcc-patches@ and gcc@. Thanks. Will do, and sorry for the extra noise. Thanks.