From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/892 Path: news.gmane.org!not-for-mail From: Richard Pennington Newsgroups: gmane.linux.lib.musl.general Subject: A little more progress today with clang/LLVM Date: Mon, 21 May 2012 20:47:04 -0500 Message-ID: <6099278.PLLg0Rc9Yf@main.pennware.com> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit X-Trace: dough.gmane.org 1337651294 6473 80.91.229.3 (22 May 2012 01:48:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 22 May 2012 01:48:14 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-893-gllmg-musl=m.gmane.org@lists.openwall.com Tue May 22 03:48:13 2012 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1SWeCp-0001bx-A0 for gllmg-musl@plane.gmane.org; Tue, 22 May 2012 03:48:11 +0200 Original-Received: (qmail 20382 invoked by uid 550); 22 May 2012 01:48:10 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 20374 invoked from network); 22 May 2012 01:48:10 -0000 X-Authority-Analysis: v=2.0 cv=D8PF24tj c=1 sm=0 a=/l7PkcR/UKDnn7Q2wmGJww==:17 a=hdNgKtvFP3AA:10 a=fR_ARpL9IlcA:10 a=HWkcZnWLPLMA:10 a=msTO8fkKGJEA:10 a=kj9zAlcOel0A:10 a=N4Ps669bAAAA:8 a=ayC55rCoAAAA:8 a=oCKOr0YwnAYj9Zi3iQcA:9 a=CjuIK1q_8ugA:10 a=/l7PkcR/UKDnn7Q2wmGJww==:117 X-Cloudmark-Score: 0 X-Originating-IP: 65.26.59.215 User-Agent: KMail/4.8.3 (Linux/3.3.2-6.fc16.x86_64; KDE/4.8.3; x86_64; ; ) Xref: news.gmane.org gmane.linux.lib.musl.general:892 Archived-At: I've decided to keep the musl build scheme with a few minor changes (e.g. replace libgcc.a with libcompiler-rt.a). I'm now building for i386, arm, and x86_64. I enabled clang warnings -Werror and had to inhibit a few, some of which look like they need some attention. Here's my current list: -Werror -Qunused-arguments -Wno-unneeded-internal-declaration -Wno-cast-align -Wno-incompatible-pointer-types -Wno-implicit-function-declaration -Wno- string-plus-int -Wno-pointer-sign -Wno-array-bounds I think that bits/alltypes.h might need some clang specific tweaking. I'm going to start looking at the mips, ppc, and microblaze bits now, and will look at warning elimination after. -Rich