From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5908 invoked by alias); 27 Jun 2018 19:53:33 -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 5763 invoked by uid 89); 27 Jun 2018 19:53:32 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*f:sk:AAEA3A5, H*f:sk:F36A0A1, H*f:sk:ord0wet, H*f:sk:orpodp5 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 ESMTP; Wed, 27 Jun 2018 19:53:31 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 2398F81549; Wed, 27 Jun 2018 21:53: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 rKiMkALgjvSY; Wed, 27 Jun 2018 21:53:29 +0200 (CEST) Received: from [192.168.0.15] (bny92-4-82-228-126-192.fbx.proxad.net [82.228.126.192]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.eu.adacore.com (Postfix) with ESMTPSA id 967A38139F; Wed, 27 Jun 2018 21:53:28 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 11.4 \(3445.8.2\)) Subject: Re: fix libcc1 dependencies in toplevel Makefile From: Olivier Hainque In-Reply-To: Date: Wed, 27 Jun 2018 19:53:00 -0000 Cc: Olivier Hainque , GCC Patches , Nicolas Roche , binutils@sourceware.org, gdb-patches@sourceware.org, newlib@sourceware.org Content-Transfer-Encoding: 7bit Message-Id: References: To: Alexandre Oliva X-SW-Source: 2018-06/txt/msg01707.txt.bz2 > On 26 Jun 2018, at 07:38, Alexandre Oliva wrote: > > Here's the patch I'll install if nobody objects in the next few days. > Tested on x86_64-linux-gnu with a gcc bootstrap tree, a gcc > non-bootstrap tree, and a binutils+gdb tree. Thanks a lot for this Alex!