Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Wed, 1 Oct 2014 20:00:29 +0200
From: Szabolcs Nagy <nsz@...t70.net>
To: musl@...ts.openwall.com
Subject: Re: A new ELLCC binary snapshot is available

* Richard Pennington <rich@...nware.com> [2014-09-26 05:39:54 -0500]:
> A new binary snapshot of the ELLCC cross compilation tool chain
> (http://ellcc.org) is available from ftp://ellcc.org/pub.
> 
> The tool chain is built around clang/LLVM, libc++ and libc++abi,
> the musl standard C library, compiler-rt, and GNU binutils and gdb.
> 
> This version uses configuration scripts to tell the compiler how
> to compile and link programs.

just tried to compile for a few targets and it works well
(mipssf binaries work now)

it does something silly by default if i don't specify the target
(it could assume target == host, but instead it falls back to
eg. searching for system headers in /usr/include etc)

can it compile dynamic linked executables?
(by assuming /lib/ld-musl-ARCH.so.1 is the loader)

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.