From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24803 invoked by alias); 8 Mar 2011 20:16:50 -0000 Received: (qmail 24793 invoked by uid 22791); 8 Mar 2011 20:16:48 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-fx0-f41.google.com (HELO mail-fx0-f41.google.com) (209.85.161.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 08 Mar 2011 20:16:42 +0000 Received: by fxm5 with SMTP id 5so6474679fxm.0 for ; Tue, 08 Mar 2011 12:16:40 -0800 (PST) Received: by 10.223.16.92 with SMTP id n28mr2083131faa.44.1299615400179; Tue, 08 Mar 2011 12:16:40 -0800 (PST) MIME-Version: 1.0 Received: by 10.223.112.143 with HTTP; Tue, 8 Mar 2011 12:16:20 -0800 (PST) In-Reply-To: <4D768CB6.7000002@marino.st> References: <4D767199.1000607@marino.st> <4D76830B.9060902@marino.st> <4D7684FE.80304@marino.st> <20110308194253.GD30822@gmx.de> <4D768774.8090507@marino.st> <20110308200059.GF30822@gmx.de> <4D768CB6.7000002@marino.st> From: Mike Frysinger Date: Tue, 08 Mar 2011 20:16:00 -0000 Message-ID: Subject: Re: PATCH: Fix support for DragonFly BSD on binutils 2.21 and trunk To: John Marino Cc: Ralf Wildenhues , binutils@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2011-03/txt/msg00152.txt.bz2 On Tue, Mar 8, 2011 at 3:08 PM, John Marino wrote: > It's probably obvious that I didn't see the connection between gcc and > binutils versions of config.guess. =A0I don't see a problem if binutils > supports more systems that gcc. =A0Are you saying that you keep > binutils/config.guess and gcc/config.guess in sync with each other? the source tree is maintained such that you can drop subdirs into each other. all the top level files are kept in sync (gcc is the master while sourceware.org is the slave), as are any subdirs which both the gcc tree and the sourceware.org cvs have (like libdecnumber). so we get people to commit to gcc first, and then manually sync the sourceware.org cvs tree. -mike