From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18968 invoked by alias); 29 May 2014 13:09:36 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 18948 invoked by uid 89); 29 May 2014 13:09:35 -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,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: mout3.freenet.de Received: from mout3.freenet.de (HELO mout3.freenet.de) (195.4.92.93) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 29 May 2014 13:09:33 +0000 Received: from [195.4.92.142] (helo=mjail2.freenet.de) by mout3.freenet.de with esmtpa (ID ralf.corsepius@freenet.de) (port 25) (Exim 4.82 #1) id 1Wq05K-0005KO-5D for binutils@sourceware.org; Thu, 29 May 2014 15:09:30 +0200 Received: from localhost ([::1]:56468 helo=mjail2.freenet.de) by mjail2.freenet.de with esmtpa (ID ralf.corsepius@freenet.de) (Exim 4.82 #1) id 1Wq05K-0004M7-17 for binutils@sourceware.org; Thu, 29 May 2014 15:09:30 +0200 Received: from mx7.freenet.de ([195.4.92.17]:56273) by mjail2.freenet.de with esmtpa (ID ralf.corsepius@freenet.de) (Exim 4.82 #1) id 1Wq026-0002sZ-8N for binutils@sourceware.org; Thu, 29 May 2014 15:06:10 +0200 Received: from hsi-kbw-46-223-132-160.hsi.kabel-badenwuerttemberg.de ([46.223.132.160]:37998 helo=[192.168.1.102]) by mx7.freenet.de with esmtpsa (ID ralf.corsepius@freenet.de) (TLSv1:DHE-RSA-AES128-SHA:128) (port 465) (Exim 4.82 #1) id 1Wq025-00075e-WB for binutils@sourceware.org; Thu, 29 May 2014 15:06:10 +0200 Message-ID: <538730C1.6040105@rtems.org> Date: Thu, 29 May 2014 13:09:00 -0000 From: Ralf Corsepius User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: binutils@sourceware.org Subject: Re: Require GNU make? References: <201405201619.s4KGJpRg002591@ignucius.se.axis.com> <201405281315.s4SDFpU2031819@ignucius.se.axis.com> <20140528141505.GJ6679@bubble.grove.modra.org> <53870721.3080402@redhat.com> <53872DEC.1050209@arm.com> In-Reply-To: <53872DEC.1050209@arm.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Originated-At: 46.223.132.160!37998 X-SW-Source: 2014-05/txt/msg00268.txt.bz2 On 05/29/2014 02:54 PM, Richard Earnshaw wrote: > Not directly relevant, but I put a feature into the newlib build earlier > this year that relied on a GNU make extension. There were no objections > at the time I did that. Correct me if I'm wrong, but IIRC, GCC already requires gmake. As newlib is commonly used with GCC, probably everybody who uses newlib also uses gmake :-) Ralf