From patchwork Fri Aug 8 19:15:19 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Delta Tatham X-Patchwork-Id: 378358 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 7447C140114 for ; Sat, 9 Aug 2014 05:15:40 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:mime-version :content-type; q=dns; s=default; b=hWaqtFLIdMcye92WRwoMt5XxN2yDg Y9dklkQF4De6c+/uQSWW5qyUHdpDtSsdkkBBdMvr+74hl744fJv6I0H+aFuRK1Fv 1txiN1KL83RYuUNvy6IBo6inG7O0WCLrq6tmqYW/JLMgGNLTr8pQ1AicuqeaEAAL teqQMiDHHi1cH0= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:mime-version :content-type; s=default; bh=DmXO7qulYisgMbGizhzM1v1ppmA=; b=Mcm IeBD9eKU8WXiWe8RxTzZVU51ggr/UU5nSOCUCRam+emvg7YFcqsK4OS88cl7WZJC n3l1eCxBolDzmBRmjVxPP1KhnaEzmX+B9CSGb54PDesBX57XGBqwKTm4JGG4plWJ gFdhTmaTenzMLReCGadeWtkG07zlQvvblIuveb6I= Received: (qmail 10318 invoked by alias); 8 Aug 2014 19:15:31 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Delivered-To: mailing list crossgcc@sourceware.org Received: (qmail 10302 invoked by uid 89); 8 Aug 2014 19:15:30 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.1 required=5.0 tests=BAYES_50, RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mail.fratler.de Received: from fratler.de (HELO mail.fratler.de) (109.239.58.76) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 08 Aug 2014 19:15:28 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.fratler.de (Postfix) with ESMTP id 17F6D810F8 for ; Fri, 8 Aug 2014 21:15:24 +0200 (CEST) Received: from mail.fratler.de ([127.0.0.1]) by localhost (fratler.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iTdbwc2kBgQ6 for ; Fri, 8 Aug 2014 21:15:19 +0200 (CEST) Received: by mail.fratler.de (Postfix, from userid 1000) id 53DFA88CBD; Fri, 8 Aug 2014 21:15:19 +0200 (CEST) Date: Fri, 8 Aug 2014 21:15:19 +0200 From: Daniel Zauner aka Delta Tatham To: crossgcc@sourceware.org Subject: [PATCH] eglibc: Make configure accept make v3.9+ Message-ID: <20140808191519.GA20991@fratler.de> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes eglibc configure threw an error in combination w/ make v4.0. This patch extends the range of make-versions configure accepts. Signed-off-by: Daniel Zauner aka Delta Tatham --- .../eglibc/2_18/01-configure-make-version.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 patches/eglibc/2_18/01-configure-make-version.patch diff --git a/patches/eglibc/2_18/01-configure-make-version.patch b/patches/eglibc/2_18/01-configure-make-version.patch new file mode 100644 index 0000000..e8d46a5 --- /dev/null +++ b/patches/eglibc/2_18/01-configure-make-version.patch @@ -0,0 +1,22 @@ +--- a/configure.in 2014-08-08 20:04:48.839868771 +0200 ++++ b/configure.in 2014-08-08 20:06:02.062724030 +0200 +@@ -989,7 +989,7 @@ + critic_missing="$critic_missing gcc") + AC_CHECK_PROG_VER(MAKE, gnumake gmake make, --version, + [GNU Make[^0-9]*\([0-9][0-9.]*\)], +- [3.79* | 3.[89]*], critic_missing="$critic_missing make") ++ [3.79* | 3.[89]* | [4-9].* | [1-9][0-9]*], critic_missing="$critic_missing make") + + AC_CHECK_PROG_VER(MSGFMT, gnumsgfmt gmsgfmt msgfmt, --version, + [GNU gettext.* \([0-9]*\.[0-9.]*\)], +--- a/configure 2014-08-08 20:02:21.801175776 +0200 ++++ b/configure 2014-08-08 20:04:30.264412865 +0200 +@@ -4772,7 +4772,7 @@ + ac_prog_version=`$MAKE --version 2>&1 | sed -n 's/^.*GNU Make[^0-9]*\([0-9][0-9.]*\).*$/\1/p'` + case $ac_prog_version in + '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;; +- 3.79* | 3.[89]*) ++ 3.79* | 3.[89]* | [4-9].* | [1-9][0-9]*) + ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;; + *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;; +