<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Hi,<div class=""><br class=""></div><div class="">I am trying to build a completely GNU free linux toolchain for the raspberry pi.<br class=""><div class=""><br class=""></div><div class="">I successfully managed to compile llvm and clang for armv7 hard float ( both as a cross compiler and as a native compiler ) together with the following:</div><div class=""><br class=""></div><div class="">Llvm with clang and lld</div><div class="">Clang builtins</div><div class="">Musl libc</div><div class="">libc++, libc++abi, libunwind</div></div></div><div class=""><br class=""></div><div class="">Then I tried to compile the toolchain using itself. When doing libcxx, I noticed that in the libcxx distribution, in <a href="http://llvm.org/svn/llvm-project/libcxx/trunk/lib/abi/" class="">http://llvm.org/svn/llvm-project/libcxx/trunk/lib/abi/</a> there are abilist files for configuring it with x86 linux and darwin, but nothing for arm and linux.</div><div class=""><br class=""></div><div class="">On the other hand, when I built libcxx with clang+lld the arm abilist file was required but not found ( it was not needed when I built with gnu ld).</div><div class=""><br class=""></div><div class="">I just made a copy of the x86 linux and renamed it accordingly for arm on the basis that linux on x86 and linux on arm should not be too much different and it seemed to work so far.</div><div class=""><br class=""></div><div class=""><div class="">However, in <a href="http://llvm.org/svn/llvm-project/libcxx/trunk/lib/abi/README.TXT" class="">http://llvm.org/svn/llvm-project/libcxx/trunk/lib/abi/README.TXT</a> it clearly says that documentation about how to generate the abilists is required.</div><div class=""><br class=""></div><div class="">Is there anyone who can help with this so that I can get an abilist that is not that hacky? I am willing to write some basic initial documentation if someone explains to me about what the abilists are exactly, how to create them and stuff like that.</div></div><div class=""><br class=""></div><div class="">Thanks,</div><div class="">Alex</div><div class=""><br class=""></div><div class=""><br class=""></div></body></html>