From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/9009 Path: news.gmane.org!not-for-mail From: Richard Pennington Newsgroups: gmane.linux.lib.musl.general Subject: Re: Using ELLCC to (Cross) Compile Toybox Date: Thu, 24 Dec 2015 10:56:15 -0600 Message-ID: <567C23AF.1020904@pennware.com> References: <567B7D58.1060607@pennware.com> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1450976196 19304 80.91.229.3 (24 Dec 2015 16:56:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 24 Dec 2015 16:56:36 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-9022-gllmg-musl=m.gmane.org@lists.openwall.com Thu Dec 24 17:56:35 2015 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 1aC9Bo-0001N1-AG for gllmg-musl@m.gmane.org; Thu, 24 Dec 2015 17:56:32 +0100 Original-Received: (qmail 32334 invoked by uid 550); 24 Dec 2015 16:56:28 -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 32309 invoked from network); 24 Dec 2015 16:56:27 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 In-Reply-To: X-RR-Connecting-IP: 107.14.168.118:25 X-Cloudmark-Score: 0 Xref: news.gmane.org gmane.linux.lib.musl.general:9009 Archived-At: On 12/24/2015 12:05 AM, Khem Raj wrote: > Openembedded with meta-clang has been cross compiling toybox with > clang/musl combo and much more for quite some time now. I guess that the major difference would be that with two main steps: 1. Download an ELLCC binary release and untar it. 2. Download the Toybox source and untar it. You can build Toybox for arm, aarch64, i386, mips, ppc, and x86_64 just by changing the -target option on the make command line. -Rich