From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27367 invoked by alias); 28 Dec 2002 13:13:40 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 27348 invoked from network); 28 Dec 2002 13:13:38 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (62.163.169.250) by 209.249.29.67 with SMTP; 28 Dec 2002 13:13:38 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.6/8.12.5) with ESMTP id gBSDCw8M000515; Sat, 28 Dec 2002 14:12:58 +0100 (CET) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) by elgar.kettenis.dyndns.org (8.12.6/8.12.6) with ESMTP id gBSDCwZf029693; Sat, 28 Dec 2002 14:12:58 +0100 (CET) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6/8.12.6/Submit) id gBSDCvXa029690; Sat, 28 Dec 2002 14:12:57 +0100 (CET) To: Nathanael Nerode Cc: gcc-patches@gcc.gnu.org, gdb-patches@sources.redhat.com, binutils@sources.redhat.com, dj@redhat.com Subject: Re: (top level patch) Autoconfiscate. (Woo!) References: <20021228035943.GA3173@doctormoo> From: Mark Kettenis Date: Sat, 28 Dec 2002 07:06:00 -0000 In-Reply-To: Nathanael Nerode's message of "Fri, 27 Dec 2002 22:59:43 -0500" Message-ID: <86smwijnhi.fsf@elgar.kettenis.dyndns.org> X-SW-Source: 2002-12/txt/msg00712.txt.bz2 Nathanael Nerode writes: > This autoconfiscates the top level. Tested on i686-pc-linux-gnu, produced > a Makefile with only trivial differences from before. Nothing serious, but... ...I get the following warning when configuring readline: Configuring in readline configure: WARNING: If you wanted to set the --build type, don't use --host. If a cross compiler is detected then cross compile mode will be used. configure: loading cache .././config.cache checking build system type... i386-unknown-freebsd4.7 checking host system type... i386-unknown-freebsd4.7 Beginning configuration for readline-4.3 for i386-unknown-freebsd4.7 We get this warning since the readline subdirectory uses Autoconf 2.50, and toplevel passes --host, but not --build to configure. Therefore I suspect that we'll see more of these warnings once we start using Autoconf 2.5x for the other subdirectories too. Anyway, as far as I can determine, the warning doesn't hurt, but we might want to get rid of it. Note that this is probably caused by an earlier patch, and not by this last autoconfiscate patch, but I didn't notice it before. Mark P.S. Why is Makefile.tpl not included in the src CVS tree? It is included in the gcc CVS tree.