From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/10043 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH mcm] add optional isl support for advanced loop optimizations Date: Sun, 22 May 2016 19:56:51 -0400 Message-ID: <20160522235651.GC21636@brightrain.aerifal.cx> References: <20160522112704.GK22574@port70.net> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1463961445 14912 80.91.229.3 (22 May 2016 23:57:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 22 May 2016 23:57:25 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-10056-gllmg-musl=m.gmane.org@lists.openwall.com Mon May 23 01:57:15 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1b4dF8-00058j-O6 for gllmg-musl@m.gmane.org; Mon, 23 May 2016 01:57:10 +0200 Original-Received: (qmail 9893 invoked by uid 550); 22 May 2016 23:57:07 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 9869 invoked from network); 22 May 2016 23:57:05 -0000 Content-Disposition: inline In-Reply-To: <20160522112704.GK22574@port70.net> User-Agent: Mutt/1.5.21 (2010-09-15) Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:10043 Archived-At: On Sun, May 22, 2016 at 01:27:05PM +0200, Szabolcs Nagy wrote: > isl-0.15 does not work before gcc-5.3.0, for older gcc try isl-0.14.1 > --- > Makefile | 6 +++++- > config.mak.dist | 6 ++++-- > hashes/isl-0.14.1.tar.bz2.sha1 | 1 + > hashes/isl-0.15.tar.bz2.sha1 | 1 + > litecross/Makefile | 7 +++++++ > 5 files changed, 18 insertions(+), 3 deletions(-) > create mode 100644 hashes/isl-0.14.1.tar.bz2.sha1 > create mode 100644 hashes/isl-0.15.tar.bz2.sha1 Thanks. Applied. I didn't test it, but even if there are issues, it shouldn't break unless somebody explicitly enables it. Rich