From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8916 invoked by alias); 10 Jun 2003 17:35: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 8750 invoked from network); 10 Jun 2003 17:35:17 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 10 Jun 2003 17:35:17 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h5AHZHH22391; Tue, 10 Jun 2003 13:35:17 -0400 Received: from post-office.corp.redhat.com (post-office.corp.redhat.com [172.16.52.227]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h5AHZGI16601; Tue, 10 Jun 2003 13:35:16 -0400 Received: from greed.delorie.com (dj.cipe.redhat.com [10.0.0.222]) by post-office.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h5AHZFZ28918; Tue, 10 Jun 2003 13:35:15 -0400 Received: (from dj@localhost) by greed.delorie.com (8.11.6/8.11.6) id h5AHZCC03689; Tue, 10 Jun 2003 13:35:12 -0400 Date: Tue, 10 Jun 2003 17:35:00 -0000 Message-Id: <200306101735.h5AHZCC03689@greed.delorie.com> From: DJ Delorie To: neroden@twcny.rr.com CC: gcc-patches@gcc.gnu.org, binutils@sources.redhat.com, gdb-patches@sources.redhat.com In-reply-to: <20030610171557.GA21248@doctormoo> (message from Nathanael Nerode on Tue, 10 Jun 2003 13:15:57 -0400) Subject: Re: [toplevel patch] Replace x_canonical with x References: <20030610171557.GA21248@doctormoo> X-SW-Source: 2003-06/txt/msg00332.txt.bz2 > * Makefile.tpl: Replace {build,host,target}_canonical by > {build,host,target}. > * Makefile.in: Regenerate. I think there's some historical baggage behind the way it is, but IMHO we can do without it. Ok.