From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10308 invoked by alias); 16 Sep 2014 08:50:20 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 10293 invoked by uid 89); 16 Sep 2014 08:50:19 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: smtp.eu.adacore.com Received: from mel.act-europe.fr (HELO smtp.eu.adacore.com) (194.98.77.210) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 16 Sep 2014 08:50:13 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 877ED2731850 for ; Tue, 16 Sep 2014 10:50:07 +0200 (CEST) Received: from smtp.eu.adacore.com ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3PMdnjPq3468 for ; Tue, 16 Sep 2014 10:50:07 +0200 (CEST) Received: from idefix.act-europe.fr (idefix.act-europe.fr [10.10.1.101]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.eu.adacore.com (Postfix) with ESMTPSA id 662C6273184F for ; Tue, 16 Sep 2014 10:50:07 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: [ping] define CROSS = @CROSS@ in gcc/Makefile.in From: Olivier Hainque In-Reply-To: <9AE7F7A0-A31B-47FC-966D-5CD0F3EA324E@adacore.com> Date: Tue, 16 Sep 2014 08:50:00 -0000 Content-Transfer-Encoding: 7bit Message-Id: References: <9AE7F7A0-A31B-47FC-966D-5CD0F3EA324E@adacore.com> To: GCC Patches X-SW-Source: 2014-09/txt/msg01257.txt.bz2 Hello, ping on https://gcc.gnu.org/ml/gcc-patches/2014-09/msg00056.html Thanks in advance, With Kind Regards, Olivier On Sep 1, 2014, at 17:26 , Olivier Hainque wrote: > Hello, > > This patch is necessary for proper operation of a piece > of the Ada Makefile fragment which tests the value of $(CROSS). > > @ substitutions aren't performed for the language specific > Makefile fragments so using @CROSS directly isn't an option > there. > > We have been using this for years and multiple targets in our > local trees. Boostrapped & reg-tested on x86_64-linux. > > OK to commit ? > > Thanks in advance for your feedback, > > Olivier > > 2014-09-01 Olivier Hainque > > * Makefile.in (CROSS): Define, to @CROSS@. > > > >