From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/6263 Path: news.gmane.org!not-for-mail From: Isaac Dunham Newsgroups: gmane.linux.lib.musl.general Subject: Re: ELLCC update for October 5, 2014 Date: Tue, 7 Oct 2014 09:15:08 -0700 Message-ID: <20141007161507.GB1808@newbook> References: <543197F5.4040801@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 X-Trace: ger.gmane.org 1412698533 9668 80.91.229.3 (7 Oct 2014 16:15:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 7 Oct 2014 16:15:33 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-6276-gllmg-musl=m.gmane.org@lists.openwall.com Tue Oct 07 18:15:27 2014 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 1XbXQ7-0004tI-8V for gllmg-musl@plane.gmane.org; Tue, 07 Oct 2014 18:15:27 +0200 Original-Received: (qmail 10066 invoked by uid 550); 7 Oct 2014 16:15:26 -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 10055 invoked from network); 7 Oct 2014 16:15:26 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=GJGLEOMNrSC44OtO1pT+cZ9GLE0DA8iKzIuc9DXsNy0=; b=f3p93QRr1nZQ2Y2i/TigRPU3Vo99wC5P4u5Zy+a0ca8kYKofUNeQ0fNMgxGQWKlJeM kmLYJ7qCV2L6d9dcOA0lHkKGHxv9Wdk74fvLuL252NQrspmkNGR8eEHfaMeilbKtBGTs Hh5ejbCQ/kiExWkTtABa54grM5fuIV8da/V4weP19AjF+NKoAsiyCH0gL76yunKqfqbw 4dTdvItNo83QhD7vC0y6dnMHZQlenItqJ3V0oGMqhJ08eNT+CneWxdfd4s1qMNwUKeWF Gy8F9Qa2lj1wdG3clGzHiiwMcZQjNe/13Ggy0nvtlag4GQiSjyLvtaurRHcdy0YAnBCy gV5Q== X-Received: by 10.66.121.65 with SMTP id li1mr4476289pab.128.1412698514054; Tue, 07 Oct 2014 09:15:14 -0700 (PDT) Content-Disposition: inline In-Reply-To: <543197F5.4040801@pennware.com> User-Agent: Mutt/1.5.23 (2014-03-12) Xref: news.gmane.org gmane.linux.lib.musl.general:6263 Archived-At: On Sun, Oct 05, 2014 at 02:11:49PM -0500, Richard Pennington wrote: > The clang/LLVM/musl based ELLCC embedded cross compilation tool chain > (http://ellcc.org) now has a binary snapshot available for Mac OS X > Mavericks. > The tools allow building embedded Linux and standalone C/C++ programs on OS > X > targeting ARM, Mips, PowerPC and x86 32 and 64 bit targets, > > Binary snapshots are also available for Linux systems running on all the > supported targets. > > Snapshots are available at ftp://ellcc.org/pub > > The first major step to replace GNU ld with the LLVM lld linker has been > completed. ELLCC was able to build itself for the x86_64 using lld. There When you say ELLCC was able to build "itself", are you including just LLVM/clang, or also the other parts of the toolchain (musl and binutils)? > was a minor bug uncovered in lld with weak alias symbols that was promptly > fixed by the talented LLVM developers (Thanks Rafael!) > > -Rich Thanks, Isaac Dunham