From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 92900 invoked by alias); 17 Nov 2016 10:06:13 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 92873 invoked by uid 89); 17 Nov 2016 10:06:12 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.5 required=5.0 tests=BAYES_50,SPF_HELO_PASS,SPF_SOFTFAIL autolearn=no version=3.3.2 spammy=H*r:Horde, H*r:Framework, H*c:DelSp, H*c:Yes X-HELO: smtp2.ugent.be Received: from smtp2.ugent.be (HELO smtp2.ugent.be) (157.193.49.126) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 17 Nov 2016 10:06:02 +0000 Received: from localhost (mcheck2.ugent.be [157.193.49.249]) by smtp2.ugent.be (Postfix) with ESMTP id AF5E4B22CF; Thu, 17 Nov 2016 11:05:59 +0100 (CET) Received: from smtp2.ugent.be ([157.193.49.126]) by localhost (mcheck2.ugent.be [157.193.43.11]) (amavisd-new, port 10024) with ESMTP id tbrcPo6alVGJ; Thu, 17 Nov 2016 11:05:51 +0100 (CET) Received: from mail.elis.ugent.be (ea06s497.ugent.be [157.193.213.46]) by smtp2.ugent.be (Postfix) with ESMTP id 74796B2395; Thu, 17 Nov 2016 11:05:51 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.elis.ugent.be (Postfix) with ESMTP id 1B485918F3B; Thu, 17 Nov 2016 11:05:51 +0100 (CET) Received: from mail.elis.ugent.be ([127.0.0.1]) by localhost (mail.elis.ugent.be [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Wo-cigh+JdOF; Thu, 17 Nov 2016 11:05:50 +0100 (CET) Received: by mail.elis.ugent.be (Postfix, from userid 48) id 9FCE5918F45; Thu, 17 Nov 2016 11:05:50 +0100 (CET) Received: from ea06c324.private.ugent.be (ea06c324.private.ugent.be [172.18.20.117]) by mail.elis.ugent.be (Horde Framework) with HTTP; Thu, 17 Nov 2016 11:05:50 +0100 Date: Thu, 17 Nov 2016 10:06:00 -0000 Message-ID: <20161117110550.Horde.w92Gcy2wqn5YLYD_XFx1epA@mail.elis.ugent.be> From: Jonas Maebe To: Eli Zaretskii Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 1/4] Document new hard requirement on GNU make References: <20161116160808.12830-1-simon.marchi@ericsson.com> <20161116160808.12830-2-simon.marchi@ericsson.com> <83oa1ffkwa.fsf@gnu.org> <814e16be74a92751d1a2e47ba88b6ad9@polymtl.ca> <83inrnfier.fsf@gnu.org> <9836fdc1e7775a7afdada97654d044ef@polymtl.ca> <838tsig4ny.fsf@gnu.org> In-Reply-To: <838tsig4ny.fsf@gnu.org> User-Agent: Internet Messaging Program (IMP) H4 (5.0.23) Content-Type: text/plain; charset=utf-8; format=flowed; DelSp=Yes MIME-Version: 1.0 Content-Disposition: inline X-j-chkmail-Enveloppe: 582D80FF.002 from ea06s497.ugent.be/ea06s497.ugent.be/157.193.213.46/mail.elis.ugent.be/ X-j-chkmail-Score: MSGID : 582D80FF.002 on smtp2.ugent.be : j-chkmail score : . : R=. U=. O=. B=0.000 -> S=0.000 X-j-chkmail-Status: Ham X-IsSubscribed: yes X-SW-Source: 2016-11/txt/msg00474.txt.bz2 Eli Zaretskii wrote on Thu, 17 Nov 2016: >> Date: Wed, 16 Nov 2016 17:04:59 -0500 >> From: Simon Marchi >> Cc: gdb-patches@sourceware.org >> >> So I'm back at having no idea what version we should require. > > I guess that'd be 3.81, then. (Mac) OS X/macOS also ships with 3.81. Although that one will presumably never be updated to anything newer due to the switch to GPLv3, so it may not make sense to limit yourself based on that. Jonas