From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/6873 Path: news.gmane.org!not-for-mail From: Richard Pennington Newsgroups: gmane.linux.lib.musl.general Subject: ELLCC version 0.1.8 is available with musl 1.1.6 Date: Mon, 19 Jan 2015 17:25:23 -0600 Message-ID: <54BD9263.90507@pennware.com> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1421709980 24329 80.91.229.3 (19 Jan 2015 23:26:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 19 Jan 2015 23:26:20 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-6886-gllmg-musl=m.gmane.org@lists.openwall.com Tue Jan 20 00:26:16 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 1YDLi1-0001dK-VG for gllmg-musl@m.gmane.org; Tue, 20 Jan 2015 00:26:14 +0100 Original-Received: (qmail 24347 invoked by uid 550); 19 Jan 2015 23:26:11 -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 24316 invoked from network); 19 Jan 2015 23:26:10 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1421709958; bh=/856xHJzeeEo/HFoeaGlTwwnWdZ/JUWsZ9OP7iYODJY=; h=Date:From:To:Subject:From:Subject; b=HOQBRCgYCfFiDen+J2lCj5S48H2MtPGhUfDcaqiN4tUsSTDMPww6hEVg33ZXO7idTSdJBaDK3rAZDS3r+rWBYSxo5a6NElXk0hNwGlz75ooKUxWMCLSnnS/VpymezD4HPVOeJ9eFS3Fczp+2uMKJAsoWpQcgqJrQlm2kfgyvzdXX8JM0qat0nMTAjOoo9UpcNijZtdwYgqVHqyFu0ErpsHNCoVl+qD1X6WtKXhbobBUR3i6anR0m1QFE5Po8vMS7Moz28hEbSucuO1a37o52ur3xQKz2LRIs1Z21txY+plgZbC9xdd1mToCrHdPwjbd6Ik1ih4fjq7JkhLTCiSQQZw== X-Yahoo-Newman-Id: 190709.91855.bm@smtp118.sbc.mail.ne1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: IIgH1e4VM1kZJt0gCDRoiRDNajjDZDNIx72A4HzJetqMULm 4BQgjj_xjh_UhLCbLpEybXSamvWCApOTigcLcDDP0h8hlYMUWJrR2.KcI5SJ ns5hns6wSNCYms7zDOUm3tFoK81VfNSr1_p3H4_3OkKxF9Nwwcs2FUqom_rx Q95_o689l1yuJQcj8cm127RLScSz8FwphtDmAc2hiI2XnjSwcVEKO1g0l_.k pRkDOj21.MRsnRYJ53K631eMR17nxEJk5UIj_MM1nGjydE0LGJ9iYEE9ERg7 uyZWlR5vSwsM_zE0b3YYOb155i9ysoQVJsGb0rLWthlJpGqpXSC9PRODUFAF OGE3Jpmk59SU1_hqRXqHV2Fc0LlZWa7OaeqDYqJmODIbgRZenpdiXCT_vddm a_0w.eyFLzjIfrLOwLnu_kjT4kckJPgZ6gArWd.U58nkuOu61sglR86RPAJ_ NXJ4D6IjOYQhqrHD92h6aEWNMNSCoNgVFR53PR69MWeLRkYT38.KA8S_pdGe dOM8p3D8v1GNPG6OMUtAICk5gC9urDpaWdaflN6CkHf29gB3.gyzRUNRNCg- - X-Yahoo-SMTP: .k_41oOswBAoazK2DOEGsJYq.8Iq6QQePV1SmSiew0D1 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2 Xref: news.gmane.org gmane.linux.lib.musl.general:6873 Archived-At: A new binary release of the ELLCC cross compilation tool chain is available, ELLCC is a pre-packaged set of tools based on clang/LLVM designed to support cross compilation for a variety of target processors. The ELLCC run-time libraries are all covered with BSD-like licenses: * libc++ The C++ standard library. * musl The POSIX compliant C library. * compiler-rt Low level compiler support. * expat XML parsing, * libedit Command history. * ncurses Terminal handling. * zlib Compression. ELLCC is entirely self hosting. From the ChangeLog: version 0.1.8: * Support for MinGW-w64 compilation. * Update to QEMU 2.2.0. * Update to binutils 2.25. * Update to musl 1.1.6. * Update to LLVM r226372. * Added support for using ELLCC to build for Windows using MinGW runtime. * Added AF_INET socket ioctl() handling for interfaces. C and C++ cross compilation for Windows systems is supported with the new "-target" options "i386-w64-mingw32" and "x86_64-w64-mingw32". Binary tarballs are available from ftp://ellcc.org/pub and http://ellcc.org/releases The tool chain can build programs for ARM, Mips, PowerPC, and x86 Linux and stand-alone targets and x86 Windows systems. Pre-built binaries are available for ARM, Mips, PowerPC, and x86 Linux host systems as well as x86 Windows and Mac OS X hosts. All host systems can build programs for all the supported targets. Available targets are listed here: http://ellcc.org/blog/?page_id=313 -Rich