From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25014 invoked by alias); 24 Sep 2004 19:06:56 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 24971 invoked from network); 24 Sep 2004 19:06:53 -0000 Received: from unknown (HELO nile.gnat.com) (205.232.38.5) by sourceware.org with SMTP; 24 Sep 2004 19:06:53 -0000 Received: from localhost (localhost [127.0.0.1]) by nile.gnat.com (Postfix) with ESMTP id 8AC9EF2946; Fri, 24 Sep 2004 15:06:52 -0400 (EDT) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 11713-01-3; Fri, 24 Sep 2004 15:06:52 -0400 (EDT) Received: from [205.232.38.124] (potomac.gnat.com [205.232.38.124]) by nile.gnat.com (Postfix) with ESMTP id 48FD2F2851; Fri, 24 Sep 2004 15:06:52 -0400 (EDT) In-Reply-To: <20040923213953.GB7247@lucon.org> References: <20040922100014.GA6215@atrey.karlin.mff.cuni.cz> <20040922155147.GA12940@lucon.org> <2187C89A-0D8C-11D9-9684-000A959A128E@gnat.com> <20040923184202.GB4807@lucon.org> <2D973DC0-0D98-11D9-9684-000A959A128E@gnat.com> <20040923210014.GA6978@lucon.org> <20040923213953.GB7247@lucon.org> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit Cc: gcc mailing list From: Geert Bosch Subject: Re: Build problem on ia64 (reverting patch on 3.4 branch) Date: Fri, 24 Sep 2004 20:20:00 -0000 To: "H. J. Lu" X-Virus-Scanned: by amavisd-new at nile.gnat.com X-SW-Source: 2004-09/txt/msg01441.txt.bz2 On Sep 23, 2004, at 17:39, H. J. Lu wrote: > You also need to regenerate top level Makefile.in. Doesn't seem to work: the variable gets replaced with nothing: > lang.stageprofile: ada.stageprofile > lang.stagefeedback: ada.stagefeedback > > # Set up library path if needed. > > > # per-language makefile fragments > ifneq ($(LANG_MAKEFRAGS),) > include $(LANG_MAKEFRAGS) > endif Do you know where this might have gone wrong?