From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27892 invoked by alias); 28 Nov 2011 16:39:44 -0000 Received: (qmail 27705 invoked by uid 22791); 28 Nov 2011 16:39:41 -0000 X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from wildebeest.demon.nl (HELO gnu.wildebeest.org) (80.101.103.228) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 28 Nov 2011 16:39:27 +0000 Subject: Re: classpath configure update? From: Mark Wielaard To: Andreas Tobler Cc: java@gcc.gnu.org, classpath@gnu.org In-Reply-To: <4ED34B4D.2070505@fgznet.ch> References: <4ED34B4D.2070505@fgznet.ch> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Date: Mon, 28 Nov 2011 16:39:00 -0000 Message-ID: <1322498361.19629.31.camel@springer.wildebeest.org> Mime-Version: 1.0 X-Spam-Score: -2.9 (--) X-IsSubscribed: yes Mailing-List: contact java-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-owner@gcc.gnu.org X-SW-Source: 2011-11/txt/msg00005.txt.bz2 Hi Andreas, On Mon, 2011-11-28 at 09:50 +0100, Andreas Tobler wrote: > I recently pushed a commit to gcc head and gcc-4.6 to fix the detection=20 > of FreeBSD-10. >=20 > http://gcc.gnu.org/ml/gcc-cvs/2011-11/msg00886.html >=20 > Now I see that I need to do that for libjava/classpath/configure too. >=20 > My question, how do I do that? Means, can I simply commit the fix to the= =20 > gcc/libjava/classpath and don't care about upstream classpath? > Or how do I proceed? Upstream classpath doesn't check in generated files like configure, so if it is just the generated files, then nothing has to be done. If you have a patch against configure.ac then please just post it to java-patches@gcc.gnu.org and/or classpath-patches@gnu.org and we take it from there. For changes that only apply to libjava/gcj there is a libjava/classpath/ChangeLog.gcj to track those. Thanks, Mark