From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21971 invoked by alias); 17 Feb 2014 06:12:04 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Received: (qmail 21946 invoked by uid 89); 17 Feb 2014 06:12:03 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ea0-f181.google.com Received: from mail-ea0-f181.google.com (HELO mail-ea0-f181.google.com) (209.85.215.181) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 17 Feb 2014 06:12:02 +0000 Received: by mail-ea0-f181.google.com with SMTP id k10so4736767eaj.40 for ; Sun, 16 Feb 2014 22:11:58 -0800 (PST) X-Received: by 10.14.175.2 with SMTP id y2mr131866eel.75.1392617518697; Sun, 16 Feb 2014 22:11:58 -0800 (PST) Received: from [127.0.1.1] (dslb-088-066-061-122.pools.arcor-ip.net. [88.66.61.122]) by mx.google.com with ESMTPSA id d9sm53321278eei.9.2014.02.16.22.11.56 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 16 Feb 2014 22:11:57 -0800 (PST) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [PATCH] kernel/linux: pump ISL to version 0.12.2 X-Mercurial-Node: 93ee409eb70170262d847cb9115131fcb85360a7 Message-Id: <93ee409eb70170262d84.1392617512@haus-VirtualBox> User-Agent: Mercurial-patchbomb/2.6.3 Date: Mon, 17 Feb 2014 06:12:00 -0000 From: Daniel Zimmermann To: "Yann E. MORIN" Cc: crossgcc@sourceware.org X-SW-Source: 2014-02/txt/msg00037.txt.bz2 # HG changeset patch # User Daniel Zimmermann # Date 1392617505 -3600 # Mon Feb 17 07:11:45 2014 +0100 # Node ID 93ee409eb70170262d847cb9115131fcb85360a7 # Parent a8cb9039fadee8d34669d83824c8eb1f56805691 kernel/linux: pump ISL to version 0.12.2 pump ISL to version 0.12.2 Signed-off-by: '"Daniel Zimmermann" ' diff -r a8cb9039fade -r 93ee409eb701 config/companion_libs/isl.in --- a/config/companion_libs/isl.in Tue Feb 11 21:34:48 2014 +0100 +++ b/config/companion_libs/isl.in Mon Feb 17 07:11:45 2014 +0100 @@ -6,6 +6,12 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW + +config ISL_V_0_12_2 + bool + prompt "0.12.2" + + config ISL_V_0_11_1 bool prompt "0.11.1" @@ -16,4 +22,5 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "0.12.2" if ISL_V_0_12_2 default "0.11.1" if ISL_V_0_11_1 -- For unsubscribe information see http://sourceware.org/lists.html#faq