From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24102 invoked by alias); 2 Oct 2014 09:47:35 -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 24090 invoked by uid 89); 2 Oct 2014 09:47:34 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 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; Thu, 02 Oct 2014 09:47:33 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id CC7F22755726; Thu, 2 Oct 2014 11:47:29 +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 xSSKvAppB9nW; Thu, 2 Oct 2014 11:47:29 +0200 (CEST) Received: from [192.168.0.12] (bny92-4-82-228-126-192.fbx.proxad.net [82.228.126.192]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by smtp.eu.adacore.com (Postfix) with ESMTPSA id 76A4B27501ED; Thu, 2 Oct 2014 11:47:29 +0200 (CEST) Subject: Re: [ping*2] define CROSS = @CROSS@ in gcc/Makefile.in Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=us-ascii From: Olivier Hainque In-Reply-To: <542ADEE0.8030105@redhat.com> Date: Thu, 02 Oct 2014 09:47:00 -0000 Cc: GCC Patches Content-Transfer-Encoding: 7bit Message-Id: References: <9AE7F7A0-A31B-47FC-966D-5CD0F3EA324E@adacore.com> <8350769C-F331-41D8-9520-FBEADF0CD956@adacore.com> <542ADEE0.8030105@redhat.com> To: Jeff Law X-SW-Source: 2014-10/txt/msg00140.txt.bz2 On Sep 30, 2014, at 6:48 PM, Jeff Law wrote: >>> * Makefile.in (CROSS): Define, to @CROSS@. > OK. > Jeff Thanks Jeff :-)