From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26960 invoked by alias); 25 Jan 2003 00:56:20 -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 26944 invoked from network); 25 Jan 2003 00:56:19 -0000 Received: from unknown (HELO mout2.freenet.de) (194.97.50.155) by 172.16.49.205 with SMTP; 25 Jan 2003 00:56:19 -0000 Received: from [194.97.50.136] (helo=mx3.freenet.de) by mout2.freenet.de with asmtp (Exim 4.10) id 18cEcL-0001H6-00; Sat, 25 Jan 2003 01:56:17 +0100 Received: from b01d6.pppool.de ([213.7.1.214] helo=whitebox.local) by mx3.freenet.de with esmtp (Exim 4.12 #2) id 18cEcL-0004B4-00; Sat, 25 Jan 2003 01:56:17 +0100 Received: from whitebox.local (localhost [127.0.0.1]) by whitebox.local (8.12.6/8.12.6/SuSE Linux 0.6) with ESMTP id h0P0tfYq001860; Sat, 25 Jan 2003 01:55:42 +0100 Received: (from andreas@localhost) by whitebox.local (8.12.6/8.12.6/Submit) id h0P0tfoI001857; Sat, 25 Jan 2003 01:55:41 +0100 X-Authentication-Warning: whitebox.local: andreas set sender to schwab@suse.de using -f To: Nathanael Nerode Cc: gcc-patches@gcc.gnu.org, gdb-patches@sources.redhat.com, binutils@sources.redhat.com Subject: Re: (toplevel patch) Use canonical names for target_subdir, build_subdir. References: <20030124034053.GA22615@doctormoo> X-Yow: Tex SEX! The HOME of WHEELS! The dripping of COFFEE!! Take me to Minnesota but don't EMBARRASS me!! From: Andreas Schwab Date: Sat, 25 Jan 2003 00:56:00 -0000 In-Reply-To: <20030124034053.GA22615@doctormoo> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-01/txt/msg00721.txt.bz2 Nathanael Nerode writes: > Use the canonical build and target names for build_subdir and target_subdir. > This saves a tedious amount of work when we get around to autoconf 2.5x > conversion (where build_alias and target_alias may be empty strings). > > Built successfully on i686-pc-linux-gnu. (But then, this should make no > difference at all in the native case.) Did you try "make check"? It's currently completely broken, see gcc-testresults. Andreas.