From patchwork Thu Feb 11 12:23:42 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ian Campbell X-Patchwork-Id: 8278801 Return-Path: X-Original-To: patchwork-xen-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 42A2B9F3CD for ; Thu, 11 Feb 2016 12:26:27 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 620A120380 for ; Thu, 11 Feb 2016 12:26:26 +0000 (UTC) Received: from lists.xen.org (lists.xenproject.org [50.57.142.19]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 8E105201FA for ; Thu, 11 Feb 2016 12:26:25 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=lists.xen.org) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1aTqHm-0008F8-PF; Thu, 11 Feb 2016 12:23:50 +0000 Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1aTqHk-0008Eq-33 for xen-devel@lists.xen.org; Thu, 11 Feb 2016 12:23:48 +0000 Received: from [85.158.139.211] by server-2.bemta-5.messagelabs.com id 97/07-21594-35D7CB65; Thu, 11 Feb 2016 12:23:47 +0000 X-Env-Sender: prvs=842d64d66=Ian.Campbell@citrix.com X-Msg-Ref: server-7.tower-206.messagelabs.com!1455193424!21479352!2 X-Originating-IP: [66.165.176.63] X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni42MyA9PiAzMDYwNDg=\n, received_headers: No Received headers X-StarScan-Received: X-StarScan-Version: 7.35.1; banners=-,-,- X-VirusChecked: Checked Received: (qmail 57451 invoked from network); 11 Feb 2016 12:23:46 -0000 Received: from smtp02.citrix.com (HELO SMTP02.CITRIX.COM) (66.165.176.63) by server-7.tower-206.messagelabs.com with RC4-SHA encrypted SMTP; 11 Feb 2016 12:23:46 -0000 X-IronPort-AV: E=Sophos;i="5.22,430,1449532800"; d="scan'208";a="337532196" From: Ian Campbell To: , , , Date: Thu, 11 Feb 2016 12:23:42 +0000 Message-ID: <1455193422-14558-2-git-send-email-ian.campbell@citrix.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1455193422-14558-1-git-send-email-ian.campbell@citrix.com> References: <1455193422-14558-1-git-send-email-ian.campbell@citrix.com> MIME-Version: 1.0 X-DLP: MIA2 Cc: Doug Goldstein , Ian Campbell Subject: [Xen-devel] [PATCH v3 2/2] build: specify minimum versions of make X-BeenThere: xen-devel@lists.xen.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Doug Goldstein To help people avoid having to figure out what versions of make needs to be supported document it explicitly. Signed-off-by: Doug Goldstein Signed-off-by: Ian Campbell Reviewed-by: Andrew Cooper --- v3: [ijc] Put make into a separate patch to reduce risk to gcc+binutils patch #1 (since I'm not sure if v3.80 was really agreed) --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 356a350..dd36ec8 100644 --- a/README +++ b/README @@ -38,7 +38,7 @@ provided by your OS distributor: * GCC - For x86 4.1.2_20070115 or later - For ARM 4.8 or later - * GNU Make + * GNU Make v3.80 or later * GNU Binutils: - For x86 2.16.91.0.5 or later - For ARM 2.24 or later