From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1173 invoked by alias); 25 Feb 2005 19:44:45 -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 32575 invoked from network); 25 Feb 2005 19:44:03 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 25 Feb 2005 19:44:03 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j1PJi3qw020911; Fri, 25 Feb 2005 14:44:03 -0500 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 j1PJhwK06143; Fri, 25 Feb 2005 14:43:58 -0500 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 j1PJhtT09275; Fri, 25 Feb 2005 14:43:55 -0500 Received: from greed.delorie.com (localhost [127.0.0.1]) by greed.delorie.com (8.12.11/8.12.10) with ESMTP id j1PJhqJm031958; Fri, 25 Feb 2005 14:43:52 -0500 Received: (from dj@localhost) by greed.delorie.com (8.12.11/8.12.11/Submit) id j1PJhnxo031954; Fri, 25 Feb 2005 14:43:49 -0500 Date: Fri, 25 Feb 2005 21:22:00 -0000 Message-Id: <200502251943.j1PJhnxo031954@greed.delorie.com> From: DJ Delorie To: paolo.bonzini@lu.unisi.ch CC: binutils@sources.redhat.com, gdb-patches@sources.redhat.com, gcc-patches@sources.redhat.com In-reply-to: <421F4992.3030000@lu.unisi.ch> (message from Paolo Bonzini on Fri, 25 Feb 2005 16:51:46 +0100) Subject: Re: [PATCH] Fix in-srcdir build of gcc References: <421F4992.3030000@lu.unisi.ch> X-SW-Source: 2005-02/txt/msg00263.txt.bz2 > While this can be even expected for gcc, which anyway is almost always > built out-of-srcdir, it may violate the "principle of least surprise" > for binutils or gdb. As I am a proponent of "principle of least surprise" (and have been keeping build-in-srcdir mostly working, with little reward) I'm going to refrain from commenting. I'll leave it up to the other build maintainers to decide on this one.